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