public Pet FindPetById(int id)
 {
     return(_petRepository.ReadyById(id));
 }