private void productosToolStripMenuItem_Click(object sender, EventArgs e) { using (var form = new ProductEditForm()) { form.ShowDialog(); } }