public SaveChangeEnum AddContact(ContactDTO _ContactDTO) { using (CMRepository repo = new CMRepository()) { return(repo.AddContact(_ContactDTO)); } }