Run-time exception (line 10): An item with the same key has already been added.

Stack Trace:

[System.ArgumentException: An item with the same key has already been added.]
   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   at Program.Main() :line 10
;