public void Close() { //return; //this.CommitChanges(); if (this._package.IsUpdating) { this._package.CommitUpdate(); } this._package.Close(); } }