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