public void RemoveAccount(Account account) { this.Accounts.Remove(account); }
public void AddAccount(Account account) { this.Accounts.Add(account); }