/* * Pre: * Post: The theory level for the student is retrieved if it has already * been set for the current year */ private void getYearsTheoryLevel() { theoryLevel = DbInterfaceStudent.GetTheoryLevel(id); }