public static void EmptyForum(int forumid) { IForum dal = Factory <IForum> .Create("Forum"); dal.EmptyForum(forumid); Admin.UpdateForumCounts(); }