public void TestIfNewStartScreenIsCreated()
        {
            StartScreen startscreen = StartScreen.Instance;

            Assert.IsInstanceOfType(startscreen, typeof(StartScreen), string.Format("Expected strartscreen object is of type StartScreen. Received {0}", startscreen.GetType() == typeof(StartScreen)));
        }