public ActionResult DelPeople(int id)
 {
     peopleService.DelPeople(id);
     return(RedirectToAction("Index"));
 }