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