public List <VBG01122Result> Documento_ListarEgresosVarios(int idEmpresa, int codigoUsuario)
        {
            DocumentoBL objDocumentoBL;

            try
            {
                objDocumentoBL = new DocumentoBL();
                return(objDocumentoBL.Documento_ListarEgresosVarios(idEmpresa, codigoUsuario));
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }