public async Task UpdateAsync(Aircraft ob) { await _aircraftService.UpdateAsync(ob); await UpdateListAsync(); }