public ConfigWindowService(Window owner, DataContextBase dataContext) : base(owner, dataContext)
 {
 }
 public WindowService(Window owner, DataContextBase dataContext)
 {
     this._DataContext = dataContext;
     this._Owner       = owner;
 }