/// <summary>
 /// Create a new Dept_Collection object.
 /// </summary>
 /// <param name="department_Code">Initial value of the Department_Code property.</param>
 /// <param name="place">Initial value of the Place property.</param>
 public static Dept_Collection CreateDept_Collection(global::System.String department_Code, global::System.String place)
 {
     Dept_Collection dept_Collection = new Dept_Collection();
     dept_Collection.Department_Code = department_Code;
     dept_Collection.Place = place;
     return dept_Collection;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Dept_Collection EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDept_Collection(Dept_Collection dept_Collection)
 {
     base.AddObject("Dept_Collection", dept_Collection);
 }