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