public void Dispose() { if (hasChanges) { hasChanges = false; //ZipHelper.SaveZip(_zipfile); } _ziphelper.Close(); }