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