public override System.Web.Mvc.ActionResult JudgementList(NordicArenaTournament.Areas.Judge.ViewModels.JudgementListViewModel model)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.JudgementList);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            JudgementListOverride(callInfo, model);
            return(callInfo);
        }
 partial void JudgementListOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, NordicArenaTournament.Areas.Judge.ViewModels.JudgementListViewModel model);