@Override
 public Orator get(int id) {
   return oratorRepository.findOne(id);
 }