public DataTable PopularCPFs() { try { return(_seguroService.PopularCPFs()); } catch (ConcorrenciaBancoException) { throw new ConcorrenciaBancoException("Favor tentar novamente mais tarde."); } }