/// <summary>
 /// Create a new Tester object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="rowVersion">Initial value of the RowVersion property.</param>
 /// <param name="userName">Initial value of the UserName property.</param>
 public static Tester CreateTester(global::System.Int32 id, global::System.Byte[] rowVersion, global::System.String userName)
 {
     Tester tester = new Tester();
     tester.Id = id;
     tester.RowVersion = rowVersion;
     tester.UserName = userName;
     return tester;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Testers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTesters(Tester tester)
 {
     base.AddObject("Testers", tester);
 }