public Adapter()
 {
     sortOb = new QuickSort();
 }
 public Adapter()
 {
     sortOb = new QuickSort();
 }