public PerformAction(Action action)
 {
     action.ActOn(this);
 }