public void SearchClientsByIDorDNI()
 {
     _clnDao.SearchClientsByIDorDNI(_vc.dgvClientes, _vc.txtBusquedaClientes.Text);
 }