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