private void Button2_Click(object sender, EventArgs e)
        {
            All_Patient_List al = new All_Patient_List();

            this.Close();
            al.Show();
        }
        private void PictureBox3_Click(object sender, EventArgs e)
        {
            All_Patient_List all = new All_Patient_List();

            this.Close();
            all.Show();
        }