private void danhSáchTàiLiệuHàngChờToolStripMenuItem_Click(object sender, EventArgs e)
        {
            panelSV.Controls.Clear();
            SV_Danhsachhangcho temp = new SV_Danhsachhangcho();

            panelSV.Controls.Add(temp);
            temp.Dock = DockStyle.Fill;
            temp.BringToFront();
            panelSV.BringToFront();
            this.Text = "Thông tin tài khoản/Danh sách tài liệu hàng chờ";
        }
        private void btnDanhSachTaiLieuDangCho_Click(object sender, EventArgs e)
        {
            panelSV.Controls.Clear();
            SV_Danhsachhangcho temp = new SV_Danhsachhangcho();

            panelSV.Controls.Add(temp);
            temp.Dock = DockStyle.Fill;
            temp.BringToFront();
            panelSV.BringToFront();
            this.Text = "Thông tin tài khoản/Danh sách tài liệu hàng chờ";
        }