private void button_quanlyhocsinh_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) { hocsinh _hs = new hocsinh(); _hs.MdiParent = this; _hs.Show(); }