$scope.createOrUpdate = function() {
            companyRestService[$scope.isEditing ? 'update' : 'create']($scope.company)
                .then(_backToList);
        };