$scope.removeHostCollection = function (hostCollection) {
            hostCollection.$delete(function () {
                $scope.transitionTo('host-collections');
                Notification.setSuccessMessage(translate('Host Collection removed.'));
            }, function (response) {