public void Insert(Reactie reactie)
 {
     reactieContext.Insert(reactie);
 }