727374757677787980
this.instituicoes = instituicoes; } public List<DocenteEnsSuperior> getProfessores() { if (professores == null){ professores = new DocenteEnsSuperiorRN().listar(); } return professores; }