/**
  * @param	Expedientehistorial $expedientehistorial The expedientehistorial object to add.
  */
 protected function doAddExpedientehistorial($expedientehistorial)
 {
     $this->collExpedientehistorials[] = $expedientehistorial;
     $expedientehistorial->setExpedienteservicio($this);
 }