private void FileBrowse_Click(object sender, EventArgs e)
 {
     SettingsForm.BrowseFileExplorer("C:\\", "Choose Input File", FilenameText);
 }