private void button1_Click(object sender, EventArgs e)
        {
            Lista_CLientes frm = new Lista_CLientes();

            frm.Show();
        }
 private void bt_Pesquisar_Click(object sender, EventArgs e)
 {
     Lista_CLientes frm = new Lista_CLientes();
     frm.Show();
 }
 private void button1_Click(object sender, EventArgs e)
 {
     Lista_CLientes frm = new Lista_CLientes();
     frm.Show();
 }
        private void bt_Pesquisar_Click(object sender, EventArgs e)
        {
            Lista_CLientes frm = new Lista_CLientes();

            frm.Show();
        }