public PilotsController(ICrewOnDemandService crewOnDemandService)
 {
     _crewOnDemandService = crewOnDemandService;
 }
 public FlightsController(ICrewOnDemandService crewOnDemandService)
 {
     _crewOnDemandService = crewOnDemandService;
 }