partial void DeleteActore(Actore instance);
partial void UpdateActore(Actore instance);
private void detach_Actores(Actore entity) { this.SendPropertyChanging(); entity.Rama = null; }
partial void InsertActore(Actore instance);
private void attach_Actores(Actore entity) { this.SendPropertyChanging(); entity.Rama = this; }