public override System.Web.Mvc.ActionResult Register(RioValleyChili.Client.Mvc.Models.Security.RegisterModel model)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Register);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
     RegisterOverride(callInfo, model);
     return callInfo;
 }
 partial void RegisterOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, RioValleyChili.Client.Mvc.Models.Security.RegisterModel model);