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