private void BtnResultClick(object sender, EventArgs e) { var statForm = new StatInfoForm(robotContext); statForm.Show(this); }