public E_ESTUDIO_SOCIOECONOMICO ObtieneEstudioSocioeconomico(int?pIdEstudioSocioeconomico = null, int?pIdProcesoSeleccion = null, int?pIdEmpleado = null, int?pIdCandidato = null)
        {
            ProcesoSeleccionOperaciones oProcesoSeleccion = new ProcesoSeleccionOperaciones();

            return(oProcesoSeleccion.ObtenerEstudioSocioeconomico(pIdEstudioSocioeconomico, pIdProcesoSeleccion, pIdEmpleado, pIdCandidato));
        }