public MainWindowViewModel()
 {
     steam    = new Steam();
     Accounts = App.Controller.Accounts;
     CheckSteamStatus();
     steam.CheckPath();
     Crypto.GetNewEntropy();
 }