public override System.Web.Mvc.ActionResult Index(MvcUtilities.ErrorData error)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Index);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "error", error);
     IndexOverride(callInfo, error);
     return callInfo;
 }
 partial void IndexOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, MvcUtilities.ErrorData error);