public List <ServiceItemProductInfo> GetServiceProducts(int serviceId, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         ServiceItemController         objService     = new ServiceItemController();
         List <ServiceItemProductInfo> lstServProduct = objService.GetServiceProducts(serviceId, aspxCommonObj);
         return(lstServProduct);
     }
     catch (Exception e)
     {
         throw e;
     }
 }