public static bool LenLop(string maTre, string maLopMoi, string maLopCu) { if (string.Compare(TreDAL.GetTinhTrangTrongLop(maTre, maLopCu).Trim(), "0") == 0) { try { TreDAL.LenLop(maTre, maLopMoi); } catch (Exception ex) { MessageBox.Show(ex.Message); } } else { return(false); } return(true); }