public void SplashscreenFinish()
 {
     BackgroundColor = new Color(1, 1, 1);
     overlayRenderer.Show();
     LoadOverview();
     splashScreenManager.Finish();
 }