public void SayHello(Northern northern) { northern.SayHello(); }
public void SayGoodbye(Northern northern) { northern.SayGoodBye(); }