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