public static void InitList() { ActionList = new Linkedlist(); ActionList.AddLast(new DoNothing()); }