/**
  * Sets the previous sibling (without saving the item)
  * @param LayoutContent $item The item
  * @param LayoutContent $previous The new previous sibling
  */
 public function SetPrevious($item, $previous = null)
 {
     $item->SetPrevious($previous);
 }