protected void InfoNotification(string message) { ViewData.SetNotification(UiNotification.Info(message)); }
protected void InfoNotification(MvcHtmlString unencodedMessage) { ViewData.SetNotification(UiNotification.Info(unencodedMessage)); }