// GET: CustomerAccounts public IActionResult Index() { return(View(Salon.GetCustomerAccounts(HttpContext.User.Identity.Name))); }