partial void Deleteperformance_graph(performance_graph instance);
partial void Insertperformance_graph(performance_graph instance);
partial void Updateperformance_graph(performance_graph instance);
private void detach_performance_graphs(performance_graph entity) { this.SendPropertyChanging(); entity.staff = null; }