private void button_danhsach_lop_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            thongkedanhsachlop _tk_danhsachlop = new thongkedanhsachlop();

            _tk_danhsachlop.MdiParent = this;
            _tk_danhsachlop.Show();
        }
 private void button_danhsach_lop_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
 {
     thongkedanhsachlop _tk_danhsachlop = new thongkedanhsachlop();
     _tk_danhsachlop.MdiParent = this;
     _tk_danhsachlop.Show();
 }