public void Add(string name, string phone, string group) { PhoneData p = new PhoneData(name, phone, group); phoneList.Add(p); }