public void GetCampgroundName()
        {
            string campgroundName = dao.GetCampgroundName(1);

            Assert.AreEqual("fakeCampground", campgroundName);
        }