public ObservableCollection <BankAccount> GetBankAccounts() { return(repository.GetBankAccountsCollection()); }