public StrangersController(StrangersRepository repo)
 {
     _repo = repo;
 }