public async Task <IViewComponentResult> InvokeAsync() { var reports = await _reportServices.GetNewestReports(); return(View(reports)); }