public static void test()
    {
        var Cassie = new Dolphin();

        Cassie.swim();
        Cassie.giveLiveBirth();
    }