public override System.Web.Mvc.ActionResult Event(RaceDay.ViewModels.IndexViewModel model)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Event);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            EventOverride(callInfo, model);
            return(callInfo);
        }
 partial void EventOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, RaceDay.ViewModels.IndexViewModel model);