private void button1_Click(object sender, EventArgs e)
 {
     dataGridView1.DataSource = ds.GetDataBy3(textBox1.Text);
 }