return newList;
}
public static Object translateInputNotFound(BaseModel<?> oldModel) {
NotFoundClp oldClpModel = (NotFoundClp) oldModel;
BaseModel<?> newModel = oldClpModel.getNotFoundRemoteModel();
newModel.setModelAttributes(oldClpModel.getModelAttributes());
return newModel;
}