/// <summary>
 /// Create a new employee object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 public static employee Createemployee(global::System.Int32 id)
 {
     employee employee = new employee();
     employee.id = id;
     return employee;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the employees EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToemployees(employee employee)
 {
     base.AddObject("employees", employee);
 }