public ChampionTimerModel(int id, string championName)
 {
     this.id           = id;
     this.championName = championName;
     timer             = new TimerWithSynthesizer();
 }
 public ChampionTimerModel(int id, string championName)
 {
     this.id = id;
     this.championName = championName;
     timer = new TimerWithSynthesizer();
 }