public override System.Web.Mvc.PartialViewResult Button(WebPlex.Web.Mvc.UI.Components.ButtonComponent component)
        {
            var callInfo = new T4MVC_System_Web_Mvc_PartialViewResult(Area, Name, ActionNames.Button);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "component", component);
            ButtonOverride(callInfo, component);
            return(callInfo);
        }
 partial void ButtonOverride(T4MVC_System_Web_Mvc_PartialViewResult callInfo, WebPlex.Web.Mvc.UI.Components.ButtonComponent component);