public void SortResultsUsingCriteria(string sortCriteria)
 {
     criteria = sortCriteria;
     SortCriteria.Click();
 }