private void findUIDButton_Click(object sender, RibbonControlEventArgs e) { var f = new UIDFinderForm(); f.ShowDialog(); }