@model MVCUI.Models.MatchupMVCModel @using (Html.BeginForm("EditTournamentMatchup", "Tournaments")) { @Html.AntiForgeryToken() @Html.HiddenFor(model => model.MatchupId) @Html.HiddenFor(model => model.FirstTeamMatchupEntryId) @Html.HiddenFor(model => model.SecondTeamMatchupEntryId) @Html.HiddenFor(model => model.TournamentId) @Html.HiddenFor(model => model.RoundNumber)