private bool SelectedBuildingHasTrivia()
 {
     return(LocationDatabase.PlaceHasTrivia(GetBuilding()));
 }