private void txtBuscarText_KeyPress(object sender, KeyPressEventArgs e)
 {
     CrystalReportViewer1.SearchForText(txtBuscarText.Text);
 }