static void Main(string[] args) { var d = new Deutschland(); d.FesteFeiern(); }
static void Main(string[] args) { var d = new Deutschland(); var b = new Bundesland(); }