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