public IEnumerable <Posts> GetSectionPost(int boardID) //获取板块帖子 { return(iposts.GetSectionPost(boardID)); }