const _deleteRepeat = array => {
               return [...new Set(arr)]
            }