public IEnumerable <PersonHistoryModel> Get(int id)
 {
     return(_personService.GetPersonHistoryList(id));
 }