/**
  * {@inheritDoc}
  */
 public function removeCategory(\VF\BlogBundle\Entity\Category $category)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeCategory', [$category]);
     return parent::removeCategory($category);
 }