/**
  * {@inheritDoc}
  */
 public function removeComment(\Acme\UserBundle\Entity\Comment $comments)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeComment', array($comments));
     return parent::removeComment($comments);
 }