public void deleteById(int id) {
   laboratorioRepository.deleteById(id);
 }