public void SelectLevel(LevelListing listingToSelect)
 {
     this.selected = listingToSelect;
     inspector.SetLevel(selected.Upload);
 }