/// <summary>
 /// Deprecated Method for adding a new object to the tblUserLogins EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblUserLogins(tblUserLogin tblUserLogin)
 {
     base.AddObject("tblUserLogins", tblUserLogin);
 }
 /// <summary>
 /// Create a new tblUserLogin object.
 /// </summary>
 /// <param name="tblUserLoginID">Initial value of the tblUserLoginID property.</param>
 public static tblUserLogin CreatetblUserLogin(global::System.Int32 tblUserLoginID)
 {
     tblUserLogin tblUserLogin = new tblUserLogin();
     tblUserLogin.tblUserLoginID = tblUserLoginID;
     return tblUserLogin;
 }