/**
  * {@inheritDoc}
  */
 public function addSection(\Labs\CatalogueBundle\Entity\Section $sections)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'addSection', [$sections]);
     return parent::addSection($sections);
 }