/**
  * {@inheritDoc}
  */
 public function removeCategory(\Shopware\Models\Category\Category $category)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeCategory', array($category));
     return parent::removeCategory($category);
 }