/// <summary>
 /// Create a new tblUsers object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="costCenterId">Initial value of the CostCenterId property.</param>
 /// <param name="userName">Initial value of the UserName property.</param>
 /// <param name="password">Initial value of the Password property.</param>
 /// <param name="userType">Initial value of the UserType property.</param>
 /// <param name="iM_DateCreated">Initial value of the IM_DateCreated property.</param>
 /// <param name="iM_Status">Initial value of the IM_Status property.</param>
 public static tblUsers CreatetblUsers(global::System.Guid id, global::System.Guid costCenterId, global::System.String userName, global::System.String password, global::System.Int32 userType, global::System.DateTime iM_DateCreated, global::System.Int32 iM_Status)
 {
     tblUsers tblUsers = new tblUsers();
     tblUsers.Id = id;
     tblUsers.CostCenterId = costCenterId;
     tblUsers.UserName = userName;
     tblUsers.Password = password;
     tblUsers.UserType = userType;
     tblUsers.IM_DateCreated = iM_DateCreated;
     tblUsers.IM_Status = iM_Status;
     return tblUsers;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the tblUsers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblUsers(tblUsers tblUsers)
 {
     base.AddObject("tblUsers", tblUsers);
 }