public void ParticipanteActualizar(usp_participantes_listar_all_Result pro) { try { dao.update(pro); } catch (SqlException ex) { throw ex; } }