public static function delete($identification) { $query = "delete from Owners where identification = '" . $identification . "'"; return Owner::exec($query); }