private void ContentPage_Appearing(object sender, EventArgs e)
 {
     _vm.StartDialog();
 }