public void ConsultarParticipanteEmpleado(ref Participante Participante, ref string Verificador)
 {
     try
     {
         CD_Participante CDParticipante = new CD_Participante();
         CDParticipante.ConsultarParticipanteEmpleado(ref Participante, ref Verificador);
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }
 public void ConsultarEvento_Extras(Componente objComponentes, ref List <Componente> List)
 {
     try
     {
         CD_Participante CDParticipante = new CD_Participante();
         CDParticipante.ConsultarEvento_Extras(objComponentes, ref List);
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }
 public void ActualizarParticipante(ref Participante Participante, ref string Verificador)
 {
     try
     {
         CD_Participante CDParticipante = new CD_Participante();
         CDParticipante.ActualizarParticipante(ref Participante, ref Verificador);
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }