async void LoadData() { if (Combinations == null) { Combinations = await MHDatabaseHelper.GetAllCombinations(); } }