public ActionResult DeleteContact(int id) { contactListService.DeleteContact(id); return(NoContent()); }