public IEnumerable <Person> Get()
 {
     return(dm.GetAllPeople());
 }