private void btnEliminar_Click(object sender, EventArgs e) { evaluaciones.deleteEvaluacion(idEval); Control pnlContent = ParentForm.Controls.Find("pnlContent", true)[0]; ControlUtils.abrirFormEnPanel(pnlContent, new Evaluaciones()); Close(); }