public static void UpdateOrder(Dictionary <int, int> forumlist) { IForum dal = Factory <IForum> .Create("Forum"); dal.UpdateForumOrder(forumlist); }