/// <summary>
 /// Create a new user object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="isactive">Initial value of the isactive property.</param>
 public static user Createuser(global::System.Int64 id, global::System.Boolean isactive)
 {
     user user = new user();
     user.id = id;
     user.isactive = isactive;
     return user;
 }
 /// <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(user user)
 {
     base.AddObject("users", user);
 }