this.store.dispatch(new DeleteVoteOfArticles({
        _idOfArticle: this.item._id,
        _idOfVoter: this.auth.loginUser._id
      }));