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