public PlayerRepositoryMysql(IOptions <AppSettings> opt)
 {
     _db = new NBADbContext(opt);
 }
 public PlayerRepositoryMysql()
 {
     _db = new NBADbContext();
 }