I am refractoring the code from sample:
In your Window1.xaml class remove the reference to the skills class: (e.g. ) since you don't have a Skills class anymore. Instead you want a number of Skill elements inside your ObservableCollection:
....
Also, you should probably initialize the Skills ObservableCollection inside the Employee's constructor.