private void aToolStripMenuItem_Click(object sender, EventArgs e) { FormRemove remove = FormRemove.Create(); remove.Show(); remove.Focus(); }