public void EnsureIdentityDefaults(int customerID) { try { ExigoDAL.EnsureCalendar(customerID); } catch { } }