public List <Pet> FilterPetByType(string type)
 {
     return(_petRepository.FilterPetByType(type));
 }