public ScorePresenter(IScore score)
 {
     this.score      = score;
     this.log        = new Log();
     this.load       = new Loader();
     this.controller = new GameController();
     score.ShowTableStat(log.ReadFile());
 }