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