private void itemStockRegisterToolStripMenuItem_Click(object sender, EventArgs e) { itemStock child = new itemStock(this); child.Show(); }