// GET: Home public ActionResult Index() { List <ParkModel> parks = parkDAL.GetIndexInformation(); return(View(parks)); }