public List <Pet> GetPets()
 {
     return(_petRepository.ReadPets().ToList());
 }