public override System.Threading.Tasks.Task <System.Web.Mvc.ActionResult> ChangePassword(ProjectAriel.Models.ChangePasswordViewModel model)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.ChangePassword);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            ChangePasswordOverride(callInfo, model);
            return(System.Threading.Tasks.Task.FromResult(callInfo as ActionResult));
        }
 partial void ChangePasswordOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, ProjectAriel.Models.ChangePasswordViewModel model);