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