@Html.ValidationSummary(true, "", new { @class = "text-danger" })
@Html.LabelFor(model => model.EnteredTeams, htmlAttributes: new { @class = "control-label" })
@foreach (var item in Model.EnteredTeams)
{
}
@Html.LabelFor(model => model.Prizes, htmlAttributes: new { @class = "control-label" })
@foreach (var item in Model.Prizes)
{
}