public AccountLedgerInfo AccountLedgerViewForCustomer(decimal decLedgerId) { AccountLedgerInfo infoAccountledger = new AccountLedgerInfo(); try { infoAccountledger = spAccountLedger.AccountLedgerViewForCustomer(decLedgerId); } catch (Exception ex) { MessageBox.Show("AL15:" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information); } return(infoAccountledger); }