protected override void OnAppearing()
 {
     base.OnAppearing();
     ViewModel?.ViewAppearing();
     ViewModel?.ViewAppeared();
 }