private void BuscarNDocumento() { dataListado.DataSource = NEmpleado.BuscarNumeroDocumento(this.txtNDocumento.Text); lblTotal.Text = "Total de Empleados: " + Convert.ToString(dataListado.Rows.Count); }