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