public static void CallFromInsideGrandChild() { GrandChild child = new GrandChild(); child.TestGrandChild(); }