public override System.Web.Mvc.ActionResult AddPost(Iris.Model.AdminModel.AddPostModel postModel)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.AddPost);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "postModel", postModel);
            AddPostOverride(callInfo, postModel);
            return(callInfo);
        }
 partial void AddPostOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Iris.Model.AdminModel.AddPostModel postModel);