public Repository()
 {
     this.context = new SimpleDBContext();
 }
 public Repository(SimpleDBContext context)
 {
     this.context = context;
 }