public SaveChangeEnum DeleteContact(int Id) { using (CMRepository repo = new CMRepository()) { return(repo.DeleteContact(Id)); } }