public override System.Web.Mvc.ActionResult CommentsAdmin(string id, RaccoonBlog.Web.Areas.Admin.Controllers.CommentCommandOptions command, int[] commentIds)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.CommentsAdmin);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "id", id);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "command", command);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "commentIds", commentIds);
            CommentsAdminOverride(callInfo, id, command, commentIds);
            return(callInfo);
        }
 partial void CommentsAdminOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, string id, RaccoonBlog.Web.Areas.Admin.Controllers.CommentCommandOptions command, int[] commentIds);