public ActionResult GetAll()
 {
     return(Ok(_leagueService.GetAllPlayers()));
 }