public List <ProductViewModel> GetAllProductInformation()
 {
     return(_productGateway.GetAllProductInformation());
 }