public static function getPerson_educationlevelListByPersonId($personId)
 {
     $obj_retResult = DAL_managePerson_educationlevel::getPerson_educationlevelListByPersonId($personId);
     return $obj_retResult;
 }