public RevertRomStreamingCompatibilityCommand(EmuManagerViewModel viewModel)
 {
     _viewModel = viewModel;
 }
 public CleanRomNamesCommand(EmuManagerViewModel viewModel)
 {
     _viewModel = viewModel;
 }
 public CreateSteamShortcutsCommand(EmuManagerViewModel viewModel)
 {
     _viewModel = viewModel;
 }
 public LoadRomsAndEmulatorsCommand(EmuManagerViewModel viewModel)
 {
     _viewModel = viewModel;
 }