private bool CreatePageForum(GuideEntry masthead, ref Forum pageForum) { bool gotPageForum = false; int forumID = masthead.ForumID; if (forumID > 0) { pageForum.GetMostRecent(forumID); gotPageForum = true; } return gotPageForum; }