public static IEnumerable <tChartOfAccount> GetAllChartOfAccount() { try { return(AccountingDataProvider.GetAllChartOfAccount()); } catch (Exception exception) { throw new Exception(exception.Message); } }