public void SayGoodBye(Southern southern)
 {
     southern.SayGoodBye();
 }
 public void SayHello(Southern southern)
 {
     southern.SayHello();
 }