public AirportService(AirlineApiDbContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public AircraftService(AirlineApiDbContext context, IMapper mapper)
 {
     this._context = context;
     this._mapper  = mapper;
 }