public List <TypePet> getAllTypePets()
 {
     return(_typePetRepository.GetAllPetTypes());
 }
 public IEnumerable <TypePet> getAllTypePets()
 {
     return(_typePetRepository.GetAllPetTypes());
 }