pub fn insert_voteplan(
    voteplan: Voteplan,
    db_conn: &DbConnection
) -> QueryResult<Voteplan>