public async Task AddAsync(AircraftType ob) { await _aircraftTypeService.PostAsync(ob); await UpdateListAsync(); }