/// <summary>
 /// Deprecated Method for adding a new object to the trnTranslations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotrnTranslations(trnTranslations trnTranslations)
 {
     base.AddObject("trnTranslations", trnTranslations);
 }
 /// <summary>
 /// Create a new trnTranslations object.
 /// </summary>
 /// <param name="tcID">Initial value of the tcID property.</param>
 /// <param name="keyID">Initial value of the keyID property.</param>
 /// <param name="languageID">Initial value of the languageID property.</param>
 /// <param name="text">Initial value of the text property.</param>
 public static trnTranslations CreatetrnTranslations(global::System.Int16 tcID, global::System.Int32 keyID, global::System.String languageID, global::System.String text)
 {
     trnTranslations trnTranslations = new trnTranslations();
     trnTranslations.tcID = tcID;
     trnTranslations.keyID = keyID;
     trnTranslations.languageID = languageID;
     trnTranslations.text = text;
     return trnTranslations;
 }