/// <summary>
 /// Create a new users object.
 /// </summary>
 /// <param name="us_id">Initial value of the us_id property.</param>
 /// <param name="us_sex">Initial value of the us_sex property.</param>
 /// <param name="us_username">Initial value of the us_username property.</param>
 /// <param name="us_password">Initial value of the us_password property.</param>
 /// <param name="us_deleted">Initial value of the us_deleted property.</param>
 /// <param name="us_date_inserted">Initial value of the us_date_inserted property.</param>
 /// <param name="us_us_id_inserted">Initial value of the us_us_id_inserted property.</param>
 public static users Createusers(global::System.Int32 us_id, global::System.Int32 us_sex, global::System.String us_username, global::System.String us_password, global::System.Int32 us_deleted, global::System.DateTime us_date_inserted, global::System.Int32 us_us_id_inserted)
 {
     users users = new users();
     users.us_id = us_id;
     users.us_sex = us_sex;
     users.us_username = us_username;
     users.us_password = us_password;
     users.us_deleted = us_deleted;
     users.us_date_inserted = us_date_inserted;
     users.us_us_id_inserted = us_us_id_inserted;
     return users;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the users EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTousers(users users)
 {
     base.AddObject("users", users);
 }