public override System.Web.Mvc.ActionResult Edit(NGL.Web.Models.School.SchoolModel schoolModel)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Edit);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "schoolModel", schoolModel);
            EditOverride(callInfo, schoolModel);
            return(callInfo);
        }
 partial void EditOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, NGL.Web.Models.School.SchoolModel schoolModel);