/**
  * {@inheritDoc}
  */
 public function removePost(\OpenSource\FeedBundle\Entity\Post $post)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'removePost', array($post));
     return parent::removePost($post);
 }