private function _get_next_item_id()
 {
     $Items = new PerchContent_Items();
     return $Items->get_next_id();
 }