public UsersController(IUserRepository repository)
 {
     this.db = repository;
 }