public Bill getByID(int id) { return _gateway.getByID(id); }
public Package getProductPackage(int id) { return _gateway.getByID(id); }