public void RunHook()
 {
     KeyboardIntercepter.Hook();
 }
 public KeyboardActionListener()
 {
     KeyboardIntercepter.SetCallback(this);
 }