public JsonResult GetDetail(int id)
        {
            var model = new PeopleModel();

            return(model.DetailsFor(id));
        }