public override System.Web.Mvc.ActionResult ChangePassword(HibernatingRhinos.Loci.Common.Models.ChangePasswordModel input)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.ChangePassword);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "input", input);
            ChangePasswordOverride(callInfo, input);
            return(callInfo);
        }
 partial void ChangePasswordOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, HibernatingRhinos.Loci.Common.Models.ChangePasswordModel input);