/**
  * {@inheritDoc}
  */
 public function removeDemand(\AppBundle\Entity\Demand $demand)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeDemand', array($demand));
     return parent::removeDemand($demand);
 }