public void Say(int n)
 {
     mediator.Broadcast(this, n);
 }