public List <SPE_OBTIENE_BITACORA_SOLICITUD_Result> ObtieneBitacoraSolicitud(int?pID_CANDIDATO = null)
        {
            ProcesoSeleccionOperaciones oProcesoSeleccion = new ProcesoSeleccionOperaciones();

            return(oProcesoSeleccion.ObtenerBitacoraSolicitud(pID_CANDIDATO));
        }