public ActionResult DeleteConfirmed(Guid Id) { _contactInfoService.DeleteConfirmContact(Id); return(RedirectToAction("GetContactInfo")); }