/// <summary>
 /// Deprecated Method for adding a new object to the tbl_LoginAudit EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_LoginAudit(tbl_LoginAudit tbl_LoginAudit)
 {
     base.AddObject("tbl_LoginAudit", tbl_LoginAudit);
 }
 /// <summary>
 /// Create a new tbl_LoginAudit object.
 /// </summary>
 /// <param name="lAudit_Id">Initial value of the LAudit_Id property.</param>
 /// <param name="loginTime">Initial value of the LoginTime property.</param>
 /// <param name="userName">Initial value of the UserName property.</param>
 public static tbl_LoginAudit Createtbl_LoginAudit(global::System.Int32 lAudit_Id, global::System.DateTime loginTime, global::System.String userName)
 {
     tbl_LoginAudit tbl_LoginAudit = new tbl_LoginAudit();
     tbl_LoginAudit.LAudit_Id = lAudit_Id;
     tbl_LoginAudit.LoginTime = loginTime;
     tbl_LoginAudit.UserName = userName;
     return tbl_LoginAudit;
 }