public static List <ServiceInfo> GetAllServices(AspxCommonInfo aspxCommonObj)
 {
     try
     {
         List <ServiceInfo> lstService = AspxServiceProvider.GetAllServices(aspxCommonObj);
         return(lstService);
     }
     catch (Exception e)
     {
         throw e;
     }
 }