public static IList <CompareHitsOrderNumberInfo> GetCompareHitsOrderNumberList(int startRowIndexId, int maxNumberRows, int orderType)
 {
     return(dal.GetCompareHitsOrderNumberList(startRowIndexId, maxNumberRows, orderType));
 }