/**
  * (non-PHPDoc)
  * @see Rhapsody\SocialBundle\Doctrine\TopicManagerInterface::findBySlug()
  */
 public function findById($id)
 {
     return $this->repository->findById($id);
 }