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