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