public ActionResult Stats()
        {
            var model = _statsProvider.GetStats();

            return(View(model));
        }