public RelationshipDbAccess(PokemonDbContext c) { this._c = c; }
public PokemonTypeDbAccess(PokemonDbContext c) { this._c = c; }