public void UpdateAccount(Account account)
 {
     throw new NotImplementedException();
 }
 public void DeleteAccount(Account account)
 {
     Accounts.Remove(account);
 }