public List <StoreLocatorInfo> GetAllStoresForService(AspxCommonInfo aspxCommonObj, int?serviceCategoryId)
 {
     try
     {
         ServiceItemController   objService      = new ServiceItemController();
         List <StoreLocatorInfo> lstStoreLocator = objService.GetAllStoresForService(aspxCommonObj, serviceCategoryId);
         return(lstStoreLocator);
     }
     catch (Exception e)
     {
         throw e;
     }
 }