public PlayersController(MongoDbRepository repo)
 {
     _IRepo = repo;
 }
 public ItemController(MongoDbRepository repo)
 {
     _IRepo = repo;
 }