public List <MateriaDTO> obterTodos() { MateriaDAO objMateriaDAO = new MateriaDAO(); return(objMateriaDAO.consultar(null)); }