public function keyExists($name)
 {
     return parent::keyExists($name) || $this->persistent->keyExists($name) && !isset($this->removed[$name]);
 }