// Load Routines
 private void UpdateLoadView(string text, float percent)
 {
     loadingView.SetText(text);
     loadingView.SetPercent(percent);
 }