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