public override System.Web.Mvc.ActionResult CreateStudent(NGL.Web.Models.Enrollment.CreateStudentModel createStudentModel)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.CreateStudent);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "createStudentModel", createStudentModel);
            CreateStudentOverride(callInfo, createStudentModel);
            return(callInfo);
        }
 partial void CreateStudentOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, NGL.Web.Models.Enrollment.CreateStudentModel createStudentModel);