public void ShowServiceControlDialog() { using (ServiceControl dialog = new ServiceControl()) { dialog.ShowDialog(); } }