/// <summary>
 /// Deprecated Method for adding a new object to the ResumeTheme EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToResumeTheme(EntityResumeTheme entityResumeTheme)
 {
     base.AddObject("ResumeTheme", entityResumeTheme);
 }
 /// <summary>
 /// Create a new EntityResumeTheme object.
 /// </summary>
 /// <param name="resumeThemeID">Initial value of the ResumeThemeID property.</param>
 /// <param name="resumeID">Initial value of the ResumeID property.</param>
 /// <param name="skillID">Initial value of the SkillID property.</param>
 /// <param name="themeID">Initial value of the ThemeID property.</param>
 public static EntityResumeTheme CreateEntityResumeTheme(global::System.Int32 resumeThemeID, global::System.Int32 resumeID, global::System.Int32 skillID, global::System.Int32 themeID)
 {
     EntityResumeTheme entityResumeTheme = new EntityResumeTheme();
     entityResumeTheme.ResumeThemeID = resumeThemeID;
     entityResumeTheme.ResumeID = resumeID;
     entityResumeTheme.SkillID = skillID;
     entityResumeTheme.ThemeID = themeID;
     return entityResumeTheme;
 }