/**
  * {@inheritDoc}
  */
 public function removeProduct(\Pim\Bundle\CatalogBundle\Model\ProductInterface $product)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeProduct', array($product));
     return parent::removeProduct($product);
 }