public ManageModsViewModel() { var ms = new ModService(); AvailableMods = ms.ListAvailableMods(); InstalledMods = ms.ListInstalledMods(); }