public static DataTable GetColumns(string tableName) { return(CommonDataAccess.GetColumns(tableName)); }