public IEnumerable <Sections> GetSectionName(int boardID) //获取板块名称 { return(iposts.GetSectionName(boardID)); }