public List <Park> getAllParkSql() { parkDAL = new ParkSqlDAL(); return(parkDAL.getAllParksData()); }