public override System.Web.Mvc.ActionResult AddAnonymousArticleComment(Iris.Model.AddAnonymousCommentModel model)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.AddAnonymousArticleComment);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            AddAnonymousArticleCommentOverride(callInfo, model);
            return(callInfo);
        }
 partial void AddAnonymousArticleCommentOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Iris.Model.AddAnonymousCommentModel model);