public override System.Web.Mvc.ActionResult Index(Mn.NewsCms.Common.PostType type)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Index);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "type", type);
            IndexOverride(callInfo, type);
            return(callInfo);
        }
 partial void IndexOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Mn.NewsCms.Common.PostType type);