showLoading() {
        this.loading.style.display = 'block';
        this.resultsContainer.style.display = 'none';
    }