public void DeleteAccount(int id)
 {
     BankAccounts.Delete(id);
 }