/**
  * {@inheritDoc}
  */
 public function addSection(\AERGUS\associationBundle\Entity\Section $section)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'addSection', array($section));
     return parent::addSection($section);
 }