/**
  * {@inheritDoc}
  */
 public function removeChildren(\Doctrine\Common\Collections\Collection $children)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeChildren', array($children));
     return parent::removeChildren($children);
 }