public VersenyhetvegeLogic(IVersenyHetvegeRepository repo)
 {
     this.vhRepo = repo;
 }
 public VersenyhetvegeLogic()
 {
     this.vhRepo = new VersenyHetvegeRepository(new F1StatsDatabaseEntities());
 }