public void RemoveTranslation(ITranslation t) { t.Delete(); this.translations.Remove(t.ID); this.transMenu = this.getTransMenuItem(); }