public IActionResult GetAll()
 {
     return(Json(_people.All()));
 }