private void detach_CrlActiveDepts(CrlActiveDept entity)
 {
     this.SendPropertyChanging("CrlActiveDepts");
     entity.CrlDept = null;
 }
 partial void UpdateCrlActiveDept(CrlActiveDept instance);
 partial void DeleteCrlActiveDept(CrlActiveDept instance);
 partial void InsertCrlActiveDept(CrlActiveDept instance);