/// <summary>
 /// Deprecated Method for adding a new object to the Profiles EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToProfiles(Profile profile)
 {
     base.AddObject("Profiles", profile);
 }
 /// <summary>
 /// Create a new Profile object.
 /// </summary>
 /// <param name="username">Initial value of the Username property.</param>
 public static Profile CreateProfile(global::System.String username)
 {
     Profile profile = new Profile();
     profile.Username = username;
     return profile;
 }