/**
  * {@inheritDoc}
  */
 public function removeOwner(\Alchemy\Phrasea\Model\Entities\UsrListOwner $owners)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeOwner', array($owners));
     return parent::removeOwner($owners);
 }