partial void Deleteplato(plato instance);
partial void Updateplato(plato instance);
private void detach_platos(plato entity) { this.SendPropertyChanging(); entity.carta = null; }
partial void Insertplato(plato instance);
private void attach_platos(plato entity) { this.SendPropertyChanging(); entity.carta = this; }