private void btnTim_Click(object sender, EventArgs e)
 {
     dgvDSLop.DataSource = lopBus.Search(txtTim.Text);
 }