public void KeyOnEvent(KeySwitch whichKey)
 {
     if (_controller == null)
     {
         return;
     }
     _controller.KeyOnEvent(whichKey);
 }