public ActionResult Index()
        {
            int count = _service.ResetCount();

            return(View(count));
        }