public function findVisita($id)
 {
     return $this->visitaRepository->find($idisita);
 }