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