public override System.Web.Mvc.ActionResult Index(mvc_demo.Models.IndexSentimentViewModel viewModel)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Index);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "viewModel", viewModel);
            IndexOverride(callInfo, viewModel);
            return(callInfo);
        }
 partial void IndexOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, mvc_demo.Models.IndexSentimentViewModel viewModel);