public override System.Threading.Tasks.Task <System.Web.Mvc.ActionResult> Register(MyCashFlow.Web.ViewModels.Account.RegisterViewModel model)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Register);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            RegisterOverride(callInfo, model);
            return(System.Threading.Tasks.Task.FromResult(callInfo as System.Web.Mvc.ActionResult));
        }
 partial void RegisterOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, MyCashFlow.Web.ViewModels.Account.RegisterViewModel model);