@Override
 public void add(@NotNull RefEntity child) {
   if (child instanceof RefParameter) {
     return;
   }
   super.add(child);
 }