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