public List <Contact> GetContacts()
 {
     return(_contactRepo.GetContacts());
 }