public override System.Threading.Tasks.Task <System.Web.Mvc.ActionResult> Index(F3.ViewModels.Contact contact)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Index);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "contact", contact);
            IndexOverride(callInfo, contact);
            return(System.Threading.Tasks.Task.FromResult(callInfo as ActionResult));
        }
 partial void IndexOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, F3.ViewModels.Contact contact);