private void btnBuscar_Click(object sender, EventArgs e) { dgvPersonas.DataSource = DALClientes.buscar(txtBuscar.Text); }