public AccommodationRepository()
 {
     context = new CustomerContext();
 }
 public CustomerRepository()
 {
     context = new CustomerContext();
 }