public function orWhereNotNull($key)
 {
     $this->query->orWhereNotNull($key);
     return $this->model;
 }