public IActionResult Index() { var model = _chartRepository.Get(DateTime.Now.AddDays(-3)); return(View(model)); }