public MainViewModel() { CurrentView = new HomeViewModel(); NavigationUtil.Register("Home", GoToHome); NavigationUtil.Register("FirmwareUpdate", GoToUpdateFirmware); NavigationUtil.Register("ScpExport", GoToScpExport); NavigationUtil.Register("ScpImport", GoToScpImport); NavigationUtil.Register("CustomScript", GoToCustomScript); NavigationUtil.Register("GetProcessorAndCore", GoToGetProcessorAndCore); NavigationUtil.Register("GetProcessorInternet", GoToGetProcessorInternet); NavigationUtil.Register("SearchIdrac", GoToSearchIdrac); NavigationUtil.Register("ChangeIp", GoToChangeIp); NavigationUtil.Register("ScpExportList", GoToScpExportList); SettingsCommand = new RelayCommand(Settings); }