private void button2_Click(object sender, EventArgs e)
        {
            List <string>[] list = DB.Select_Personnel_Information_about();

            MessageBox.Show(list[0][1]);
            MessageBox.Show(list[1][1]);
            MessageBox.Show(list[2][1]);
            MessageBox.Show(list[3][1]);
        }