/// <summary>
 /// Create a new Profile object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="categoryId">Initial value of the CategoryId property.</param>
 /// <param name="typeId">Initial value of the TypeId property.</param>
 /// <param name="itemId">Initial value of the ItemId property.</param>
 /// <param name="issueId">Initial value of the IssueId property.</param>
 public static Profile CreateProfile(global::System.Int32 id, global::System.String name, global::System.Int32 categoryId, global::System.Int32 typeId, global::System.Int32 itemId, global::System.Int32 issueId)
 {
     Profile profile = new Profile();
     profile.Id = id;
     profile.Name = name;
     profile.CategoryId = categoryId;
     profile.TypeId = typeId;
     profile.ItemId = itemId;
     profile.IssueId = issueId;
     return profile;
 }
 /// <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);
 }