public List<Contact> createContact(Contact newContact) {
   RestClient.createContact(newContact);
   return RestClient.getContacts();
 }