protected async override void OnAppearing()
 {
     base.OnAppearing();
     await produtosVM.LoadProdutos();
 }