public IActionResult All()
 {
     return(Ok(pets.AllListing()));
 }