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