public ProductPage(int catId, int userId) { InitializeComponent(); vm.FetchByCategoryAsync(catId); BindingContext = vm; this.UserId = userId; }