public void UpdateBetaalstatusBestelling(int bestellingid, string betaald) { _controller.UpdateBetaalstatusBestelling(bestellingid, betaald); }