public Pathology getPathology(long id) {
   return pathologyDao.getPathology(id);
 }