public async void Prepare() { PageManager.BusyIndicator.IsBusy = true; await SQLiteDBHelper.Initialize(); PageManager.BusyIndicator.IsBusy = false; }