public override System.Web.Mvc.ActionResult LogOn(MyCMS.Model.LogOnModel model, string returnUrl)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.LogOn);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "returnUrl", returnUrl);
            LogOnOverride(callInfo, model, returnUrl);
            return(callInfo);
        }
 partial void LogOnOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, MyCMS.Model.LogOnModel model, string returnUrl);