public MachineWindow(MainWindow mw)
            : this()
        {
            this.parentWindow = mw;
            this.credentials = parentWindow.credentials;

            RefreshMachinesList();
        }
 public LoginWindow(MainWindow mainWindow)
     : this()
 {
     parentWindow = mainWindow;
 }