private void InsertSearchHistory(string content) { ScanDataBaseManager.InsertSearchHistory(FileUtility.ReplaceInvalidChar(content)); }