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