public MainWindowController(ChocolateyService chocolateyService, WindowsTaskService windowsTaskService, ShortcutService shortcutService, CandyShopContext candyShopContext)
 {
     ChocolateyService  = chocolateyService;
     WindowsTaskService = windowsTaskService;
     ShortcutService    = shortcutService;
     CandyShopContext   = candyShopContext;
 }