public void DangKy(int maLopTC, string maSV) { using (var context = new QuanLyDaoTaoEntities()) { context.Insert_DangKy(maSV, maLopTC); } }