public static PassageQuestionRecord create(PassageQuestionRecord courseRecord) {
   courseRecord.save();
   return courseRecord;
 }