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