public AcUspsDomesticSupply getUspsDomesticSupply(AcUspsDomesticSupplyPkIF pk) {
   return _delegate.getUspsDomesticSupply(pk);
 }
 public AcUspsDomesticSupply getUspsDomesticSupply(Integer id) {
   return _delegate.getUspsDomesticSupply(id);
 }