public async Task <IActionResult> KPI() { var model = await _orderReportService.GetKPIReportAsync(); return(View(model)); }