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