public IActionResult DeleteConfirmed(int id)
 {
     Salon.DeleteCustomerAccount(id);
     return(RedirectToAction(nameof(Index)));
 }