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