public ParticipacaoDaoJPA() {
   this.em = EM.getLocalEm();
 }
  public PedidoDaoJPA() {

    this.em = EM.getLocalEm();
  }