/// <summary>
 /// Deprecated Method for adding a new object to the GetEmails EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGetEmails(GetEmail getEmail)
 {
     base.AddObject("GetEmails", getEmail);
 }
 /// <summary>
 /// Create a new GetEmail object.
 /// </summary>
 /// <param name="geteId">Initial value of the GeteId property.</param>
 public static GetEmail CreateGetEmail(global::System.Int32 geteId)
 {
     GetEmail getEmail = new GetEmail();
     getEmail.GeteId = geteId;
     return getEmail;
 }