public List <Pet> GetAllPets()
 {
     return(_petShopRepository.ReadAllPets().ToList());
 }