private void cmdRunAITests_Click(object sender, EventArgs e) { AIRankForm aiForm = new AIRankForm(); aiForm.ShowDialog(); }