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