return newModel;
}
public static Object translateInputLFSocialPackage(BaseModel<?> oldModel) {
LFSocialPackageClp oldClpModel = (LFSocialPackageClp) oldModel;
BaseModel<?> newModel = oldClpModel.getLFSocialPackageRemoteModel();
newModel.setModelAttributes(oldClpModel.getModelAttributes());
return newModel;
}