// GET: ContactViewModels
 public IActionResult Index()
 {
     return(View(_contactInfoService.ListContacts()));
 }