@model PlaysetModel @{ ViewData["Title"] = $"Play with {Model.Name}"; }
@foreach (var cel in Model.Cels) {
}
@section Scripts { }