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