private void btnCursosInscriptos_Click(object sender, EventArgs e) { CursosDocente cd = new CursosDocente(); cd.Show(); }