@Override
 public List<Laboratory> getAllLaboratories() {
   return laboratoryDao.getAllLaboratories();
 }