protected async override void OnAppearing()
 {
     base.OnAppearing();
     await model.Init();
 }