private async void TestamentPicker_SelectedIndexChanged(object sender, EventArgs e)
 {
     //   viewModel.LoadBooksCommand.Execute(((Picker)sender).SelectedItem as Testament);
     //viewModel.IsBusy = true;
     await viewModel.ExecuteLoadBooksCommand();
 }