I have a page and a popup page.
public partial class PageA { public PageAViewModel vm; public PageA() { BindingContext = vm = new PageAVi