public static List <SPChannelWrapper> FindAllByUpperID(SPUpperWrapper upperID)
 {
     return(ConvertToWrapperList(businessProxy.FindAllByUpperID(upperID.Entity)));
 }
 public static List <SPChannelWrapper> FindAllByOrderByAndFilterAndUpperID(string orderByColumnName, bool isDesc, SPUpperWrapper upperID, PageQueryParams pageQueryParams)
 {
     return(ConvertToWrapperList(businessProxy.FindAllByOrderByAndFilterAndUpperID(orderByColumnName, isDesc, upperID.Entity, pageQueryParams)));
 }