async void LoadData()
 {
     if (AllItems == null)
     {
         AllItems = await MHDatabaseHelper.GetAllItems();
     }
 }