public VersionViewer( FeatureReviewForm parent, long version )
 {
     this.parent = parent;
     this.version = version;
 }
 public VersionDiffer( FeatureReviewForm parent, long firstVersion, long lastVersion )
 {
     this.parent = parent;
     this.firstVersion = firstVersion;
     this.lastVersion = lastVersion;
 }