/** * @return bool */ public function DeleteGroup($groupId) { return $this->_db->DeleteAddressGroup($groupId); }