partial void Deletecourse(course instance);
partial void Updatecourse(course instance);
private void detach_courses(course entity) { this.SendPropertyChanging(); entity.module = null; }
partial void Insertcourse(course instance);
private void attach_courses(course entity) { this.SendPropertyChanging(); entity.module = this; }