public int Compare(object mediaObject1, object mediaObject2)
 {
     return(Sorter.Compare(mediaObject1, mediaObject2));
 }