public void OnGet() { commentViewModels = _commentApplication.GetComments(); ViewData["Articleid"] = commentViewModels.FirstOrDefault().ArticleId; }