/// <summary>
 /// Deprecated Method for adding a new object to the Translations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTranslations(Translations translations)
 {
     base.AddObject("Translations", translations);
 }
 /// <summary>
 /// Create a new Translations object.
 /// </summary>
 /// <param name="l_id">Initial value of the l_id property.</param>
 /// <param name="t_key">Initial value of the t_key property.</param>
 /// <param name="t_adminpanel">Initial value of the t_adminpanel property.</param>
 /// <param name="t_value">Initial value of the t_value property.</param>
 public static Translations CreateTranslations(global::System.Int32 l_id, global::System.String t_key, global::System.Int32 t_adminpanel, global::System.String t_value)
 {
     Translations translations = new Translations();
     translations.l_id = l_id;
     translations.t_key = t_key;
     translations.t_adminpanel = t_adminpanel;
     translations.t_value = t_value;
     return translations;
 }