public override System.Web.Mvc.ActionResult SavePageCommonSettings(Core.Web.Models.PageViewModel model)
        {
            var callInfo = new T4MVC_ActionResult(Area, Name, ActionNames.SavePageCommonSettings);

            callInfo.RouteValueDictionary.Add("model", model);
            return(callInfo);
        }
        public override System.Web.Mvc.ActionResult Index(Core.Web.Models.PageViewModel currentPage)
        {
            var callInfo = new T4MVC_ActionResult(Area, Name, ActionNames.Index);

            callInfo.RouteValueDictionary.Add("currentPage", currentPage);
            return(callInfo);
        }