public static MessageModel error(string message = null, string msg = "", AlertType alert = AlertType.Danger) { return(WebModule.error(message, msg, alert)); }