public ActionResult <List <PetType> > Get()
 {
     return(_petTypeService.ReadAllPetTypes());
 }