public async Task <List <Product> > GetAllWithCategories() { return(await _productDal.GetAllWithCategories()); }