public List <string> GetDistinctFromFrame(string column) { SqlAssist sqlA = new SqlAssist(); return(sqlA.GetDistinctFromFrame(column)); }