@Override
 public Topic getTopic(String id) {
   return topicRepository.findOne(id);
 }