/**
  * {@inheritDoc}
  */
 public function removeCategory(\Akeneo\Component\Classification\Model\CategoryInterface $category)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeCategory', array($category));
     return parent::removeCategory($category);
 }