$scope.selectedOfficeChanged = function() {
        $scope.data.fkOffice = $scope.data.selectedOffice.id;
        loadTags();
    }