/**
  * {@inheritDoc}
  */
 public function addCategoryProducts(\XLite\Model\CategoryProducts $categoryProducts)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'addCategoryProducts', array($categoryProducts));
     return parent::addCategoryProducts($categoryProducts);
 }