public override System.Web.Mvc.ActionResult Index(MyMood.Web.Models.ViewEventLogModel model, System.DateTime?searchLogEarliestDate, System.DateTime?searchLogLatestDate)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Index);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "searchLogEarliestDate", searchLogEarliestDate);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "searchLogLatestDate", searchLogLatestDate);
            IndexOverride(callInfo, model, searchLogEarliestDate, searchLogLatestDate);
            return(callInfo);
        }
 partial void IndexOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, MyMood.Web.Models.ViewEventLogModel model, System.DateTime?searchLogEarliestDate, System.DateTime?searchLogLatestDate);