public void sort(SortItem item)
 {
     Array.Sort(item.arr);
 }
 public void sort(SortItem item)
 {
     Array.Sort(item.arr);
 }