static void Main(string[] args)
    {
        Foo foo = new Foo();

        foo.AddBus("ABC", "A", "B", "C");
    }