getAllCatalogs(): void {
    this.catalogsService.getAll()
      .subscribe( data => {
        this.allCatalogs = data;
        this.catalogsStore = data;