partial void Deletetweet(tweet instance);
private void detach_tweets(tweet entity) { this.SendPropertyChanging(); entity.Person = null; }
private void attach_tweets(tweet entity) { this.SendPropertyChanging(); entity.Person = this; }
partial void Updatetweet(tweet instance);
partial void Inserttweet(tweet instance);