public function whereKey($id)
    {
        if ($id instanceof Model) {
            $id = $id->getKey();
        }