public void AddOrUpdateCustomerType_ThrowExceptionIfNameIsNull()
 {
     ExceptionAssert.Throws <ArgumentNullException>(() => DatabaseContext.AddOrUpdateCustomerType(customerType));
 }