public function order($orderClause)
 {
     $this->query->order($orderClause);
     return $this;
 }