public static List <OrderServiceDetailInfo> GetServiceDetailsByOrderID(int orderID, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         List <OrderServiceDetailInfo> lstBookAppoint = AspxServiceProvider.GetServiceDetailsByOrderID(orderID, aspxCommonObj);
         return(lstBookAppoint);
     }
     catch (Exception e)
     {
         throw e;
     }
 }