public IActionResult AddTestCustomers()
 {
     Testing.CreateCustomers(dbContext);
     return RedirectToAction("Dashboard");
 }