public List <Pet> GetAllPetsServ()
 {
     return(_petRepo.GetAllPetsRepo().ToList());
 }