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