public async Task <IActionResult> GetStatistic() { var orderStatisticsItems = await _orderList.GetStatistic(); return(Ok(orderStatisticsItems)); }