public static void SetText(IntPtr handle, string value)
 {
     PInvoke.SetWindowText(handle, value);
 }