public TrayItems(string trayId)
 {
     InitializeComponent();
     this.trayId = trayId;
     pss = new PackageStoreService();
 }
 public TraySearch()
 {
     InitializeComponent();
     packageStoreService = new PackageStoreService();
     exportService = new ExportService();
 }