public void excluirPontoParametro() { try { using (ServicoPontoClient serv = new ServicoPontoClient()) { serv.deletePontoParametro(PontoParametroSelected); PontoParametroSelected = null; } } catch (Exception ex) { throw ex; } }