public void excluirAidfAimdf() { try { using (ServicoContabilidadeClient serv = new ServicoContabilidadeClient()) { serv.deleteAidfAimdf(AidfAimdfSelected); AidfAimdfSelected = null; } } catch (Exception ex) { throw ex; } }