public IActionResult Filter(string filterInput)
 {
     return(View("Index", _peopleService.Filter(filterInput)));
 }