public static DialogResult Show(Exception ex, string message) { return(Error(AppException.GetError(ex, message))); }