public ExchangeAndRemoval(IExchangeAndRemoval removal)
 {
     IsEnabled = removal.IsEnabled;
     Transportation = new Transportation(removal.Transportation);
     TravelRestrict = new TravelRestrict(removal.TravelRestrict);
     IsChildAbductionRiskExist = removal.IsChildAbductionRiskExist;
     IsDV145Attached = removal.IsDV145Attached;
     IsUSCountryOfHabitualResidence = removal.IsUSCountryOfHabitualResidence;
     IsOtherCountryOfHabitualResidence = removal.IsOtherCountryOfHabitualResidence;
     OtherCountryAsHabitualResidenceDescription = removal.OtherCountryAsHabitualResidenceDescription;
 }
 public ExchangeAndRemoval()
 {
     Transportation = new Transportation();
     TravelRestrict = new TravelRestrict();
 }