public NotFoundModel Query(NotFoundModel model)
 {
     return model;
 }
 public NotFoundModel Query(NotFoundModel model)
 {
     return(model);
 }