public void excluirPlanoContaRefSped() { try { using (ServicoContabilidadeClient serv = new ServicoContabilidadeClient()) { serv.deletePlanoContaRefSped(PlanoContaRefSpedSelected); PlanoContaRefSpedSelected = null; } } catch (Exception ex) { throw ex; } }