public TranslationObject(int id, string path, TranslationHandler h) { this.Id = id; this.Path = path; this.Handler = h; }