public async Task DeleteAsync(int id)
        {
            await _pilotService.DeleteByIdAsync(id);

            await UpdateListAsync();
        }