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