public Tag GetNextPendingTag() { TagDAO dao = new TagDAO(MongoDB); return(dao.GetNextPendingTag()); }