public static void DeleteServiceProvider(AspxCommonInfo aspxCommonObj, string id, int storeBranchId)
 {
     try
     {
         AspxServiceProvider.DeleteServiceProvider(aspxCommonObj, id, storeBranchId);
     }
     catch (Exception e)
     {
         throw e;
     }
 }