public AcNest getNest(AcNestPkIF pk) {
   return _delegate.getNest(pk);
 }
 public AcNest getNest(Integer id) {
   return _delegate.getNest(id);
 }