public GenericRepository(StatNavContext ctx)
 {
     this.Db = ctx;
 }
 public GenericRepository()
 {
     this.Db = new StatNavContext();
 }