public CrecheRepository(CrecheDBContext db)
 {
     this.db = db;
 }
 public CrecheRepository()
 {
     this.db = new CrecheDBContext();
 }