public ICollection <ProductDetails> GetAllProductDetails()
 {
     return(_iReportGateway.GetAllProductDetails());
 }