beforeEnter: (to, from, next) => {
        ContextSituationService.get({ id: to.params.contextSituationID }).then(next)
      }