public List <ServiceItemInfo> GetServiceItemInfo(AspxCommonInfo aspxCommonObj, int categoryId)
        {
            ServiceItemProvider    objService  = new ServiceItemProvider();
            List <ServiceItemInfo> serviceInfo = objService.GetServiceItemInfo(aspxCommonObj, categoryId);

            return(serviceInfo);
        }
 public List<ServiceItemInfo> GetServiceItemInfo(AspxCommonInfo aspxCommonObj, int categoryId)
 {
     ServiceItemProvider objService = new ServiceItemProvider();
     List<ServiceItemInfo> serviceInfo = objService.GetServiceItemInfo(aspxCommonObj, categoryId);
     return serviceInfo;
 }