private void btnShowResults_Click(object sender, EventArgs e) { SessionResultsForm resultsForm = new SessionResultsForm(_mySession); resultsForm.Show(this); }