public ActionResult Index()
        {
            List <Course> allCourses = Course.GetAll();

            return(View());
        }