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