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