public List <string> GetModeratorNames(int forumId, int subForumId) { return(FM.GetModeratorNames(forumId, subForumId)); }