/**
  * {@inheritDoc}
  */
 public function removeChildren(\PointWeb\ProductBundle\Entity\Category $children)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeChildren', [$children]);
     return parent::removeChildren($children);
 }