return newModel;
}
public static Object translateInputLFQuizQuestionCategory(
BaseModel<?> oldModel) {
LFQuizQuestionCategoryClp oldClpModel = (LFQuizQuestionCategoryClp) oldModel;
BaseModel<?> newModel = oldClpModel.getLFQuizQuestionCategoryRemoteModel();
newModel.setModelAttributes(oldClpModel.getModelAttributes());
return newModel;
}