@Override
 public Curso find(int entityID) {
   return cursoDAO.find(entityID);
 }