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