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