public void NewActivity(string naam, int students, int docents)
 {
     activity_db.New_Activity(naam, students, docents);
 }