public void SortByPrice()
 {
     mergeSort.mergesort(droidCollection, 0, lengthOfCollection - 1);
 }