pub async fn get_research_form_with_course_id(
    conn: &mut PgConnection,
    course_id: Uuid
) -> ModelResult<ResearchForm>