loadItem(notificationId) {
    this.selected = null;
    this.notificationService.get(notificationId).then( (notification)=> {
      this.selected = this.convertItem(notification);
    });