public Whip(Beverage b)
 {
     this.bev = b;
 }
 public Mocha(Beverage b)
 {
     this.bev = b;
 }