private void GoButton_Click(object sender, EventArgs e)
 {
     dataGridView1.DataSource = participantController.GetParticipants(filter);
 }