function Excluir()
 {
     $obj_setor = new clsSetor($this->cod_setor, null, $this->cod_pessoa);
     if ($obj_setor->exclui()) {
         header("Location: oprot_setor_lst.php");
         die;
         return true;
     }
     return false;
 }