public bool BumpBestellingDown(int reserveringId, int gerechtid) { return(BestellingContext.BumpbestellingDown(gerechtid, reserveringId)); }