public void InsertQueryParam(List <QueryParam> queryParams, int id)
 {
     _insert.InsertQueryParam(queryParams, id);
 }