public override System.Web.Mvc.ActionResult SubmitCheckPoint(MyBudget.Web.AspNet.Controllers.SubmitCheckPoint model)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.SubmitCheckPoint);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            SubmitCheckPointOverride(callInfo, model);
            return(callInfo);
        }
 partial void SubmitCheckPointOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, MyBudget.Web.AspNet.Controllers.SubmitCheckPoint model);