// Remove a bottle public void remove_bottle(Bottle i_bottle) { bottles.Remove(i_bottle); }
public void saveBottle(Bottle i_bottle) { }