public MainWindow()
 {
     InitializeComponent();
     mytext.Text = String.Join(", ", ServiceInfo.GetServiceNames());
 }