public ContactDTO GetContactById(int Id) { using (CMRepository repo = new CMRepository()) { return(repo.GetContactById(Id)); } }