public getItemsByCategory(catid: number) {
        return this.http.get(this.api.get('items', `?catid=${catid}`));
    }