//Method to dislpay product public List <Product> DisplayProducts() { ProductOperations po = new ProductOperations(); return(po.DisplayProducts()); }