public void DeleteFromSchedule(int begeleiderId)
 {
     try
     {
         activity_db.Db_Delete_Schedule(begeleiderId);
     }
     catch (Exception)
     {
         throw new Exception("Someren couldn't delete the item in schedule");
     }
 }