public async Task <List <Product> > GetAll()
 {
     return(await productTable.GetAllAsync());
 }