/// <summary>
        /// Create a new HistoryLogin object.
        /// </summary>
        /// <param name="no">Initial value of the No property.</param>
        public static HistoryLogin CreateHistoryLogin(global::System.Int32 no)
        {
            HistoryLogin historyLogin = new HistoryLogin();

            historyLogin.No = no;
            return(historyLogin);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the HistoryLogins EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHistoryLogins(HistoryLogin historyLogin)
 {
     base.AddObject("HistoryLogins", historyLogin);
 }