public UsersService(IMongoService mongoService)
 {
     _repository = mongoService.GetRepository <User>();
 }