/// <summary>
 /// Deprecated Method for adding a new object to the ChatTranslations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToChatTranslations(ChatTranslations chatTranslations)
 {
     base.AddObject("ChatTranslations", chatTranslations);
 }
 /// <summary>
 /// Create a new ChatTranslations object.
 /// </summary>
 /// <param name="ct_key">Initial value of the ct_key property.</param>
 /// <param name="l_id">Initial value of the l_id property.</param>
 /// <param name="ct_value">Initial value of the ct_value property.</param>
 /// <param name="ct_clientside">Initial value of the ct_clientside property.</param>
 public static ChatTranslations CreateChatTranslations(global::System.String ct_key, global::System.Int32 l_id, global::System.String ct_value, global::System.Boolean ct_clientside)
 {
     ChatTranslations chatTranslations = new ChatTranslations();
     chatTranslations.ct_key = ct_key;
     chatTranslations.l_id = l_id;
     chatTranslations.ct_value = ct_value;
     chatTranslations.ct_clientside = ct_clientside;
     return chatTranslations;
 }