// add this product to a package
 public void AddToPackage(int packageId)
 {
     PackageDB.AddPSByID(packageId, ProductSupplierId);
 }