private void detach_Series(Series entity) { this.SendPropertyChanging(); entity.SeriesType = null; } }