//
 public static DataTable LoadLichTrinhTheoTuyen(string MaTuyen)
 {
     return(LichTrinhDAO.LoadLichTrinhTheoTuyen(MaTuyen));
 }