public function AddSection($title = null) {
        return $this->AddGrouping($title);
    }