public override System.Web.Mvc.ActionResult GetNextGetCommentSupportersPage(int?pageIndex, string entryId, string commentId, Data.Enums.EntryTypes type, string parentId)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.GetNextGetCommentSupportersPage);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "pageIndex", pageIndex);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "entryId", entryId);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "commentId", commentId);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "type", type);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "parentId", parentId);
            GetNextGetCommentSupportersPageOverride(callInfo, pageIndex, entryId, commentId, type, parentId);
            return(callInfo);
        }
 partial void GetNextGetCommentSupportersPageOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, int?pageIndex, string entryId, string commentId, Data.Enums.EntryTypes type, string parentId);