public IEnumerable <ProductModel> GetSchoolStoreProducts() { return(_repo.AllSchoolStoreProducts()); }