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