private void btnStop_Click(object sender, RoutedEventArgs e)
 {
     ServiceCtrl.Stop();
     ServiceCtrl.WaitForStatus(ServiceControllerStatus.Stopped, TimeSpan.FromMilliseconds(5000));
     GetServiceStatus();
 }