public Product GetProductByProductId(int productTypeId)
 {
     return(aGateway.GetProductByProductId(productTypeId));
 }