public void RemovePhones(Phone obj) { Phones.Remove(obj); }
public void AddPhones(Phone obj) { Phones.Add(obj); }