public void Initialize()
 {
     this.context = new LeagueContext();
 }
 public LeagueService(ILeagueContext context, IAuthenticationService authenticationService)
 {
     this.leagueContext         = context;
     this.authenticationService = authenticationService;
 }