private void ShowVMList(string text) { button3.Enabled = true; PopupTextWindow tw = new PopupTextWindow(); tw.InnerText = text; tw.Show(); }