private bool FilterPristroje_implantaty(Pristroje_implantaty entity)
 {
     return (entity.IdPristroja == this.IdImplantatu);
 }
 private void AttachPristroje_implantaty(Pristroje_implantaty entity)
 {
     entity.Implantaty = this;
 }
 private void DetachPristroje_implantaty(Pristroje_implantaty entity)
 {
     entity.Implantaty = null;
 }
 private bool FilterPristroje_implantaty(Pristroje_implantaty entity)
 {
     return (entity.OsCislo == this.OsCislo);
 }
 private void DetachPristroje_implantaty(Pristroje_implantaty entity)
 {
     entity.IdentifikacneUdaje = null;
 }
 private void AttachPristroje_implantaty(Pristroje_implantaty entity)
 {
     entity.IdentifikacneUdaje = this;
 }
 /// <summary>
 /// Create a new Pristroje_implantaty object.
 /// </summary>
 /// <param name="idPristroja">Initial value of the IdPristroja property.</param>
 /// <param name="osCislo">Initial value of the OsCislo property.</param>
 public static Pristroje_implantaty CreatePristroje_implantaty(global::System.Int32 idPristroja, global::System.Int32 osCislo)
 {
     Pristroje_implantaty pristroje_implantaty = new Pristroje_implantaty();
     pristroje_implantaty.IdPristroja = idPristroja;
     pristroje_implantaty.OsCislo = osCislo;
     return pristroje_implantaty;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Pristroje_implantaty EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPristroje_implantaty(Pristroje_implantaty pristroje_implantaty)
 {
     base.AddObject("Pristroje_implantaty", pristroje_implantaty);
 }