public async Task <ActionResult <IEnumerable <TTDTOOut> > > GetTimetable()
 {
     return(await _timetableService.GetAllTimetableAsync());
 }