public IList <PhoneBookContact> Get()
 {
     return(_phoneBookRepository.GetAllContacts());
 }