public static List <ServiceProductInfo> GetServiceProducts(int serviceId, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         List <ServiceProductInfo> lstServProduct = AspxServiceProvider.GetServiceProducts(serviceId, aspxCommonObj);
         return(lstServProduct);
     }
     catch (Exception e)
     {
         throw e;
     }
 }