string[] IDataBuilder.GetUniqueValues(DataTable table, string col) { try { return(DbData.GetUniqueValues(table, col)); } catch (Exception ex) { new Error(ex).ShowDialog(); return(null); } }