private void CriarDB() { ProfessorDAO.CriarProfessores(); MateriaDAO.CriarMaterias(); ProfessorMateriaDAO.CriarRelacionamentoInicial(); }