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