/// <summary>
 /// Create a new ThemeGroup object.
 /// </summary>
 /// <param name="themeGroup_id">Initial value of the ThemeGroup_id property.</param>
 /// <param name="themeGroup_name">Initial value of the ThemeGroup_name property.</param>
 public static ThemeGroup CreateThemeGroup(global::System.Int64 themeGroup_id, global::System.String themeGroup_name)
 {
     ThemeGroup themeGroup = new ThemeGroup();
     themeGroup.ThemeGroup_id = themeGroup_id;
     themeGroup.ThemeGroup_name = themeGroup_name;
     return themeGroup;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ThemeGroup EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToThemeGroup(ThemeGroup themeGroup)
 {
     base.AddObject("ThemeGroup", themeGroup);
 }