public async Task <ActionResult> Chart() { var chartService = new ChartService(); return(View(await chartService.GetCount())); }