public SupplyPaymentProduct(SupplyPaymentProduct source)
     : base(source)
 {
 }
 public SupplyPaymentProduct(Terrasoft.Configuration.SupplyPaymentProduct source)
     : base(source)
 {
     this.CopyEntityLookupProperties(source);
 }