private void btnAddCust_Click(object sender, EventArgs e) { frmCust frc = new frmCust(); frc.ShowDialog(); }