public List <Seguro> Pesquisar(string busca) { try { return(_seguroService.Pesquisar(busca)); } catch (ConcorrenciaBancoException) { throw new ConcorrenciaBancoException("Favor tentar novamente mais tarde."); } }