public QueryBuilder(Type type, string path) : base(type, path)
 {
     Query = new NksQuery();
 }
 public SimpleQueryBuilder(Type type, string path) : base(type, path)
 {
     Query      = new NksQuery();
     Query.lang = Language.Deutsch;
 }