public Suiker(IDrank drank)
 {
     this.Drank = drank;
 }
 public Melk(IDrank drank)
 {
     this.Drank = drank;
 }