public override void Unexecute()
 {
     ReturnedState = PersonCommandReceiver.Modification(ReceiverParameter, PersonProxy);
 }
 public override void Execute()
 {
     ReturnedState = PersonCommandReceiver.Removal(ReceiverParameter, PersonProxy);
 }