public override System.Threading.Tasks.Task <System.Web.Mvc.ActionResult> Create(ItAcademy.SchoolAdmin.Web.Models.CreateEmployeeViewModel employee)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Create);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "employee", employee);
            CreateOverride(callInfo, employee);
            return(System.Threading.Tasks.Task.FromResult(callInfo as System.Web.Mvc.ActionResult));
        }
 partial void CreateOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, ItAcademy.SchoolAdmin.Web.Models.CreateEmployeeViewModel employee);