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