public static List <ServiceProviderInfo> GetBranchProviderNameList(int offset, int?limit, int storeBranchId, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         List <ServiceProviderInfo> lstServProv = AspxServiceProvider.GetBranchProviderNameList(offset, limit, storeBranchId, aspxCommonObj);
         return(lstServProv);
     }
     catch (Exception e)
     {
         throw e;
     }
 }