public void SendKeys(SAPKeys Key)
 {
     MainWindow.SendVKey((int)Key);
 }
 public static void SendKey(this GuiModalWindow Window, SAPKeys key)
 {
     Window.SendVKey((int)key);
 }