public void InsertQuery(Query query, List <QueryParam> queryParams)
 {
     _insert.InsertQuery(query, queryParams);
 }