function excluiDisciplinas()
 {
     $obj_servidor_disciplina = new clsPmieducarServidorDisciplina(NULL, $this->ref_cod_instituicao, $this->cod_servidor);
     $obj_servidor_disciplina->excluirTodos();
 }