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