return request('getCurrentSchoolyear').then(function(currentSchoolyear){
        return {
            id: currentSchoolyear.id,
            name: currentSchoolyear.name,
            startDate: moment(currentSchoolyear.startDate, 'YYYYMMDD').format(),