/// <summary>
 /// Create a new Login object.
 /// </summary>
 /// <param name="username">Initial value of the Username property.</param>
 public static Login CreateLogin(global::System.String username)
 {
     Login login = new Login();
     login.Username = username;
     return login;
 }
 /// <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(Login login)
 {
     base.AddObject("Logins", login);
 }