private void btnStart_Click(object sender, RoutedEventArgs e)
 {
     ServiceCtrl.Start();
     ServiceCtrl.WaitForStatus(ServiceControllerStatus.Running, TimeSpan.FromMilliseconds(5000));
     GetServiceStatus();
 }