public void GetCampgroundCost()
        {
            CampgroundSqlDAO dao = new CampgroundSqlDAO(connectionString);

            string idString = newCampgroundId.ToString();

            dao.GetCampgroundCost(idString);
        }