enum SortMethod { Sort_Ascending = 0, Sort_Descending, Sort_Random, };
enum SortType { Sort_Integer = 0, Sort_Float, Sort_String, };