public void ExcluirInventarioContagemCab() { try { using (ServidorClient Servico = new ServidorClient()) { Servico.DeleteInventarioContagemCab(EstoqueContagemCabecalhoSelected); EstoqueContagemCabecalhoSelected = null; } } catch (Exception ex) { throw ex; } }