/// <summary>
        /// Create a new UsersTab object.
        /// </summary>
        /// <param name="userName">Initial value of the UserName property.</param>
        /// <param name="password">Initial value of the Password property.</param>
        /// <param name="type">Initial value of the Type property.</param>
        public static UsersTab CreateUsersTab(global::System.String userName, global::System.String password, global::System.String type)
        {
            UsersTab usersTab = new UsersTab();

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