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