public async Task <IActionResult> Index() { var acct = await _patient.ListAll(); return(View(acct)); }