public void Commit()
 {
     // Not sure this is the right thing to do here
     seasonRepository.Commit();
     leagueRepository.Commit();
     teamLeagueRepository.Commit();
     fixtureRepository.Commit();
 }