public override System.Threading.Tasks.Task <System.Web.Mvc.ActionResult> Login(Sfw.Football.Models.LoginModel model)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Login);


            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);


            LoginOverride(callInfo, model);

            return(System.Threading.Tasks.Task.FromResult(callInfo as ActionResult));
        }
 partial void LoginOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Sfw.Football.Models.LoginModel model);