private void buttonModifyCommodity_Click(object sender, EventArgs e) { FormModifyCommodity form = new FormModifyCommodity(this); form.Show(); }