public IEnumerable <Articles> GetArticlesTop6() { var article6 = iarticles.GetArticlesTop6(); return(article6); }