/// <summary>
 /// Create a new Pseudonym object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="name">Initial value of the name property.</param>
 /// <param name="user_id">Initial value of the user_id property.</param>
 public static Pseudonym CreatePseudonym(global::System.Int32 id, global::System.String name, global::System.Int32 user_id)
 {
     Pseudonym pseudonym = new Pseudonym();
     pseudonym.id = id;
     pseudonym.name = name;
     pseudonym.user_id = user_id;
     return pseudonym;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Pseudonyms EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPseudonyms(Pseudonym pseudonym)
 {
     base.AddObject("Pseudonyms", pseudonym);
 }