private void btn_Show_ALL(object sender, EventArgs e) { dataGridView1.DataSource = dac.DisplayAllPasswordBank(); }