private void dellocbutton_Click(object sender, EventArgs e) { equipmentlocation loc = new equipmentlocation(stockItemId); loc.Show(); }