public void deleteContact(Contact contact) {
   ContactService.removeContactWithID(contact.getId());
   create();
 }