public ActionResult <IEnumerable <Flight> > GetSchedule() { return(_dispatcherService.GetSchedule()); }