public void PrintSalesSummary()
 {
     ShowReport(ReportInfoFactory.ProductSalesSummary(SelectedEntity.OrderItems), "SalesSummary");
 }