public void DeleteAccount(string username)
 {
     var tenantService = new TenantService();
     tenantService.DeleteTenant(username);
 }