public function _find($_id)
 {
     return parent::fetch_hash(parent::query("SELECT * FROM " . get_class($this) . " WHERE id = '{$_id}'"));
 }