/// <summary>
 /// Deprecated Method for adding a new object to the EmploymentStatuses EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEmploymentStatuses(EmploymentStatus employmentStatus)
 {
     base.AddObject("EmploymentStatuses", employmentStatus);
 }