partial void DeleteCourseAbbreviation(CourseAbbreviation instance);
 partial void InsertCourseAbbreviation(CourseAbbreviation instance);
 partial void UpdateCourseAbbreviation(CourseAbbreviation instance);
		private void detach_CourseAbbreviations(CourseAbbreviation entity)
		{
			this.SendPropertyChanging();
			entity.Department = null;
		}