public GiocatoreService(IGiocatoreRepository repo)
 {
     _repo = repo;
 }