private void btnNuevoCombo_Click(object sender, EventArgs e) { NuevoCombo frm = new NuevoCombo(); frm.Show(); }