public void SetWindowText(Vip72Handle.Vip72Window window, string text)
 {
     Vip72Handle.SetWindowText(this.GetWindowHandle(window), text);
 }