/**
  * @return \toba_modelo_proyecto
  * @throws \Exception
  */
 protected function getModeloProyecto()
 {
     return $this->instalacion->get_instancia($this->getInstanciaId())->get_proyecto($this->getProyectoId());
 }