public IEnumerable <BankAccount> GetAllBankAccounts()//returns a list with all Bank Accounts
 {
     return(dal.GetAllBankAccounts());
 }