// TODO
 public void addContact(ContactModel contact)
 {
     this.Contacts.Add(contact);
 }