private void button2_Click(object sender, EventArgs e)
 {
     dataGridView1.DataSource = DALCadastro.CarregaClienteNome(textBox2.Text);
 }