public void AddCorrectTopicCounterTest()
        {
            PresentationModel presentationModel = new PresentationModel(new Model());

            Assert.AreEqual(1, presentationModel.AddCorrectTopicCounter());
        }