private void BuscarNombresApellidos() { dataListado.DataSource = NEmpleado.BuscarNombresApellidos(this.txtNombres.Text, this.txtApellidos.Text); lblTotal.Text = "Total de Empleados: " + Convert.ToString(dataListado.Rows.Count); }