function Excluir()
 {
     $obj = new clsTopico($this->cod_topico, false, false, $this->id_pessoa, $this->cod_grupo, $this->assunto);
     if ($obj->exclui()) {
         header("Location: otopic_meus_grupos_det2.php?cod_grupo={$this->cod_grupo}");
         die;
     }
 }