/// <summary>
 /// Create a new TB_PESSOA object.
 /// </summary>
 /// <param name="iD_PESSOA">Initial value of the ID_PESSOA property.</param>
 /// <param name="nM_PESSOA">Initial value of the NM_PESSOA property.</param>
 /// <param name="dS_EMAIL">Initial value of the DS_EMAIL property.</param>
 public static TB_PESSOA CreateTB_PESSOA(global::System.Int32 iD_PESSOA, global::System.String nM_PESSOA, global::System.String dS_EMAIL)
 {
     TB_PESSOA tB_PESSOA = new TB_PESSOA();
     tB_PESSOA.ID_PESSOA = iD_PESSOA;
     tB_PESSOA.NM_PESSOA = nM_PESSOA;
     tB_PESSOA.DS_EMAIL = dS_EMAIL;
     return tB_PESSOA;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the TB_PESSOA EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTB_PESSOA(TB_PESSOA tB_PESSOA)
 {
     base.AddObject("TB_PESSOA", tB_PESSOA);
 }