public void UpdateScoreBoardTest()
 {
     sc.score = 34;
     koopa.UpdateScoreBoard(sc);
     Assert.AreEqual(54, sc.score);
 }