public void RemoveAcount(Acount acc) { this.acounts.Remove(acc); }
public void AddAcount(Acount acc) { this.acounts.Add(acc); }