This is too long to be a comment, so I hope it answers your question:
Lets consider $\mathbb{Z}_n = \mathbb{Z}/n\mathbb{Z}$. We want to construct a bijection with the set $\{1,\ldots,n\}$. Any $a\in\mathbb{Z}_n$ is a non-empty subset of $\mathbb{Z}$ that is closed under addition with multiples of $n$. Since it is closed under addition with arbitrarily large numbers, it must contain some positive number. Define $\phi(a)$ to be the smallest positive number contained in $a$.
Suppose $\phi(a)>n$, then $\phi(a)-n$ is positive and smaller than $\phi(a)$, a contradiction. Thus $\phi\colon \mathbb{Z}_n\to\{1,\ldots,n\}$.
Now it remains to show that $\phi$ is a bijection. Clearly $\phi$ is surjective, since $\phi(\{mn+k|m\in\mathbb{Z}\})=k$ for any $k\in\{1,\ldots,n\}$.
Furthermore $\phi$ in injective, since $\phi(a)=\phi(b)$ implies that $\phi(a)\in a\cap b$ and the elements of $\mathbb{Z}_n$ partition $\mathbb{Z}$.