private string FormatSqlException(SqlException ex, string sql) { return Helper.ShowErrors(ex) + Environment.NewLine + sql; }