public IViewComponentResult Invoke() { var archivedPost = _db.GetArchivedPost().ToArray(); return(View(archivedPost)); }