/// <summary>
 /// Deprecated Method for adding a new object to the employee_jobtitle EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToemployee_jobtitle(employee_jobtitle employee_jobtitle)
 {
     base.AddObject("employee_jobtitle", employee_jobtitle);
 }
 /// <summary>
 /// Create a new employee_jobtitle object.
 /// </summary>
 /// <param name="jobtitle_id">Initial value of the jobtitle_id property.</param>
 /// <param name="jobtitle_name">Initial value of the jobtitle_name property.</param>
 /// <param name="publish">Initial value of the publish property.</param>
 public static employee_jobtitle Createemployee_jobtitle(global::System.Int32 jobtitle_id, global::System.String jobtitle_name, global::System.Boolean publish)
 {
     employee_jobtitle employee_jobtitle = new employee_jobtitle();
     employee_jobtitle.jobtitle_id = jobtitle_id;
     employee_jobtitle.jobtitle_name = jobtitle_name;
     employee_jobtitle.publish = publish;
     return employee_jobtitle;
 }