// GET: ProgressController
        public ActionResult Index()
        {
            var progress = ProgressManager.GetAll();

            return(View(progress));
        }