public void MaakOver(BankRekening bestemming, int bedrag)
 {
     bestemming.Stort(bedrag);
     NeemOp(bedrag);
 }