private void txtBuscar_TextChanged(object sender, EventArgs e) { NMascota objMascota = new NMascota(); objMascota.ListarBusquedaMascota(dgvMascota, txtBuscar.Text); }