public IEnumerable <ArticleCom> GetArticleComById(int id) { var ArticleCom = iarticles.GetArticleComById(id); return(ArticleCom); }