$scope.$on('jugendDeleted', function () {
           jugend.getAll().then(function (res) {
               vm.jugenden = res;
           });
        });