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