private void CopyMembers(ImportTableArchive old)
 {
     this.destination = old.destination;
 }
 public ImportTableArchive(ImportTableArchive old)
 {
     CopyMembers(old);
 }
 public ImportTableArchive(ImportTableArchive old)
 {
     CopyMembers(old);
 }
 private void CopyMembers(ImportTableArchive old)
 {
     this.destination = old.destination;
 }