private void addEngineButton_Click(object sender, EventArgs e) { Form addEngineForm = new AddEngineForm(); addEngineForm.ShowDialog(this); }