public async override void ViewWillAppear(bool animated)
 {
     base.ViewWillAppear(animated);
     await viewModel.Refresh();
 }