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