public List <Product> GetProductListByProductTypeId(int productTypeId)
 {
     return(aGateway.GetProductListByProductTypeId(productTypeId));
 }