public FlightPlansController(IFlightPlanService flightPlanService)
 {
     _flightPlanService = flightPlanService;
 }