@@ -51,6 +51,7 @@ public class StatisticGraph extends JPanel {
*/
public StatisticGraph(final Model model, Control control) {
this.controller = control;
+ this.model = model;
this.setBackground(Color.WHITE);
}