private void detach_tblSections(tblSection entity)
		{
			this.SendPropertyChanging();
			entity.tblDepartment = null;
		}
 partial void UpdatetblSection(tblSection instance);
 partial void DeletetblSection(tblSection instance);
 partial void InserttblSection(tblSection instance);
 private void detach_tblSections(tblSection entity)
 {
     this.SendPropertyChanging();
     entity.tblDepartment = null;
 }
 partial void DeletetblSection(tblSection instance);
 partial void UpdatetblSection(tblSection instance);
 partial void InserttblSection(tblSection instance);