I used the command nano /etc/dhcp/dhclient.conf. I scrolled down and removed the "#" before the "prepend domain-name-servers" and changed the DNS 127.0.0.1 to two new DNS I wanted to add (208.67.222.222 and 208.67.220.220). Did CTRL+O, Enter, and used the command service network-manager restart.
After that, I used the command cat /etc/resolv.conf in order to check the changes and to check if the two DNS were added. Unfortunately, the only thing it appeared in the terminal was:

# Generated by NetworkManager
nameserver 192.168.0.1

How can I fix that in order to get the two DNS in the cat /etc/resolv.conf ??