public void AccountLedgerDelete(decimal LedgerId) { try { spAccountLedger.AccountLedgerDelete(LedgerId); } catch (Exception ex) { MessageBox.Show("AL34:" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information); } }