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