public override System.Threading.Tasks.Task <System.Web.Mvc.ActionResult> Add(MRJ.ServiceLayer.AddPostCategoryViewModel categoryModel)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Add);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "categoryModel", categoryModel);
            AddOverride(callInfo, categoryModel);
            return(System.Threading.Tasks.Task.FromResult(callInfo as ActionResult));
        }
 partial void AddOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, MRJ.ServiceLayer.AddPostCategoryViewModel categoryModel);