public void Shutdown()
 {
     logService.Message("Shutdown", true);
     sampleController.Shutdown();
 }