/// <summary>
        /// Create a new Wiedza object.
        /// </summary>
        /// <param name="idI">Initial value of the IdI property.</param>
        /// <param name="idR">Initial value of the IdR property.</param>
        /// <param name="koncept">Initial value of the Koncept property.</param>
        public static Wiedza CreateWiedza(global::System.Int32 idI, global::System.Int32 idR, global::System.String koncept)
        {
            Wiedza wiedza = new Wiedza();

            wiedza.IdI     = idI;
            wiedza.IdR     = idR;
            wiedza.Koncept = koncept;
            return(wiedza);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the Wiedza EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToWiedza(Wiedza wiedza)
 {
     base.AddObject("Wiedza", wiedza);
 }
 /// <summary>
 /// Create a new Wiedza object.
 /// </summary>
 /// <param name="idI">Initial value of the IdI property.</param>
 /// <param name="idR">Initial value of the IdR property.</param>
 /// <param name="koncept">Initial value of the Koncept property.</param>
 public static Wiedza CreateWiedza(global::System.Int32 idI, global::System.Int32 idR, global::System.String koncept)
 {
     Wiedza wiedza = new Wiedza();
     wiedza.IdI = idI;
     wiedza.IdR = idR;
     wiedza.Koncept = koncept;
     return wiedza;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Wiedza EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToWiedza(Wiedza wiedza)
 {
     base.AddObject("Wiedza", wiedza);
 }