partial void DeleteVote(Vote instance);
partial void UpdateVote(Vote instance);
private void detach_Votes(Vote entity) { this.SendPropertyChanging(); entity.Area = null; }
partial void InsertVote(Vote instance);
private void attach_Votes(Vote entity) { this.SendPropertyChanging(); entity.Area = this; }