protected void btnMenuListado_Click(object sender, EventArgs e) { pnlGrvEmpleados.Visible = true; VisualizarGrvEmpleados(NC.LstEmpleados()); }