public List <DataTable> AccountLedgerViewAllForComboBox() { List <DataTable> ListObj = new List <DataTable>(); try { ListObj = spAccountLedger.AccountLedgerViewAllForComboBox(); } catch (Exception ex) { MessageBox.Show("AL26:" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information); } return(ListObj); }