public function removeGroupSection(\Civix\CoreBundle\Entity\GroupSection $section)
 {
     $this->__load();
     return parent::removeGroupSection($section);
 }