/// <summary>
        /// Create a new GI_User object.
        /// </summary>
        /// <param name="userId">Initial value of the UserId property.</param>
        /// <param name="userName">Initial value of the UserName property.</param>
        /// <param name="password">Initial value of the Password property.</param>
        public static GI_User CreateGI_User(global::System.Int32 userId, global::System.String userName, global::System.String password)
        {
            GI_User gI_User = new GI_User();

            gI_User.UserId   = userId;
            gI_User.UserName = userName;
            gI_User.Password = password;
            return(gI_User);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the GI_User EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGI_User(GI_User gI_User)
 {
     base.AddObject("GI_User", gI_User);
 }