private void btnSearchCustomer_Click(object sender, EventArgs e) { frmCustomer frm = new frmCustomer(); frmOpacity.ShowDialog(this, frm); }