protected override void OnAppearing() { base.OnAppearing(); //Load the items when the page appears _ViewModel.LoadItems(); }