internal static void OnRollbackTransaction(object sender, EventArgs e) { if (RollbackTransaction != null) RollbackTransaction(sender, e); }