public static void Display() { RunAction run = new RunAction(); run.Move(); run.Run(); SwimAction swim = new SwimAction(); swim.Move(); }