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