/**
  * @param  array $resourceValues
  * @param  int   $id
  * @return array
  */
 public function update(array $resourceValues, $id)
 {
     return $this->table->update($resourceValues, $id);
 }