private void OnListingLatestProducts(object sender, HomeEventArgs e) { this.View.Model.LatestProducts = this.productsService.GetLatestProducts(e.Amount); }