private void button1_Click(object sender, EventArgs e) { AddOrderForm AOF = new AddOrderForm(); AOF.SetIDforAddOrderForm(SetId); AOF.Show(); }