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