private void FolderBrowser() { FileDialog fileServices = new FileDialog(); this.SelectedFolder = fileServices.BrowseFolder(); }