public SettingDialogViewModel(MainWindowViewModel main)
 {
     this._mainWindowViewModel = main;
 }
 public AuthorizeWindowViewModel(MainWindowViewModel main, ServiceType type)
 {
     this._mainWindowViewModel = main;
     this._serviceType = type;
     this.PinCode = "";
 }