/// <summary>
 /// Deprecated Method for adding a new object to the User_Name EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToUser_Name(User_Name user_Name)
 {
     base.AddObject("User_Name", user_Name);
 }
 /// <summary>
 /// Create a new User_Name object.
 /// </summary>
 /// <param name="userType">Initial value of the UserType property.</param>
 /// <param name="user_Code">Initial value of the User_Code property.</param>
 /// <param name="userName">Initial value of the UserName property.</param>
 /// <param name="password">Initial value of the Password property.</param>
 public static User_Name CreateUser_Name(global::System.String userType, global::System.String user_Code, global::System.String userName, global::System.String password)
 {
     User_Name user_Name = new User_Name();
     user_Name.UserType = userType;
     user_Name.User_Code = user_Code;
     user_Name.UserName = userName;
     user_Name.Password = password;
     return user_Name;
 }