public IEnumerable <IGrouping <string, BankAccount> > GetAllAtmGroupByBank() { return(dal.GetAllAtmGroupByBank()); }