public static void SetFocus(IntPtr hWnd)
 {
     Api_User32.SetFocus(hWnd);
 }