/// <summary>
        /// Create a new Relacje object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        public static Relacje CreateRelacje(global::System.Int32 id)
        {
            Relacje relacje = new Relacje();

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