public bool Insert(ref T entity)
 {
     return(exactOnlineQuery.Insert(ref entity));
 }