private async void LoadItems()
 {
     ListViewLocation.ItemsSource = await LocalStorage.AllFileNameAsync();
 }