public CustomerRepository(testEntities db)
 {
     this.db = db;
 }
 public CustomerRepository()
 {
     this.db = new testEntities();
 }