}
}
numberOfStudentLabel.setText("Alunos: "+numberOfPerson);
numberOfStudentRegistredLabel.setText("Matr�culas: "+ numberOfRegistrations);
} else {
List<Person> list = (List<Person>) system.query(new GetStudentByToken(searchText.getText()));
SortComparator comparator = new SortComparator();
Collections.sort(list, comparator);
numberOfPerson = 0;
numberOfRegistrations = 0;