public function orWhereIn($key, $values)
 {
     $this->query->orWhereIn($key, $values);
     return $this->model;
 }