public static bool CapNhatLichTrinh(LichTrinhDTO L)
 {
     return(LichTrinhDAO.CapNhatLichTrinh(L));
 }