function loadTags() {        
        TagService.get({selectedOffice:$scope.data.selectedOffice.id}).then(function(data) {
            $scope.allTags = data;
        });
    }