private void LevelUp() { timer.Stop(); ball.StopMovement(); sndGameWinning.Play(); level++; StartGame(); }