public List <PlayersDropDowndto> GetAllPlayers() { var players = _players.GetAllPlayers(); return(players); }