/// <summary>
 /// Create a new District_Folder object.
 /// </summary>
 /// <param name="locationFolderID">Initial value of the LocationFolderID property.</param>
 /// <param name="locationFolderTypeID">Initial value of the LocationFolderTypeID property.</param>
 public static District_Folder CreateDistrict_Folder(global::System.Decimal locationFolderID, global::System.Decimal locationFolderTypeID)
 {
     District_Folder district_Folder = new District_Folder();
     district_Folder.LocationFolderID = locationFolderID;
     district_Folder.LocationFolderTypeID = locationFolderTypeID;
     return district_Folder;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the District_Folder EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDistrict_Folder(District_Folder district_Folder)
 {
     base.AddObject("District_Folder", district_Folder);
 }