//**************************************** public List <BankBranch> GetBankBranchList() { List <BankBranch> a = dal.GetBankBranchList(); if (a == null) { throw new Exception("bl:GetHostingUnitsList: the list in the data source is empty"); } return(a); }