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