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

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