void ThemLoaiLop(string maLoaiLop, string tenLoaiLop)
 {
     if (LopBLL.ThemLoaiLop(maLoaiLop, tenLoaiLop))
     {
         MessageBox.Show("Thêm loại lớp thành công!",
                         "Thông báo",
                         MessageBoxButtons.OK,
                         MessageBoxIcon.Information);
         listLoaiLop = LopBLL.GetListLoaiLop();
         LoadDatagridView();
     }
 }