private void displayDScreen(object obj) { DisplayScreen ds = new DisplayScreen((string)obj); ds.ShowDialog(); }