public boolean billingPlanExists(AcBillingPlanPkIF pk) {
   return _delegate.billingPlanExists(pk);
 }
 public boolean billingPlanExists(Integer id) {
   return _delegate.billingPlanExists(id);
 }