void ChangeAddressTransaction::Change(Employee& e)
{
  e.SetAddress(itsAddress);
}