public ControllerTextBausteine() { SQLCon con = new SQLCon(); TextBausteine bausteine = new TextBausteine(); con.CreateLanguage(); bausteine.Show(); }