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