private void FindStudentButton_Click(object sender, EventArgs e) { consoleTextBox.Clear(); FilterHandler.ToggleAllFilters(); List <IStudent> studentListToDisplay = FilterHandler.GetFilteredStudentList(); PrintStudentList(studentListToDisplay); }