foreach ($this->getPermisos() as $permiso) {
list($id, $obs) = split ('##',$permiso);
$datos = array ($id, $this->getId(), $this->_idSistema, $obs, $this->getResponsable());
foreach ($this->getPermisos() as $permiso) {
list($id, $obs) = split ('##',$permiso);
$datos = array ($id, $this->getId(), $this->_idSistema, $obs, $this->getResponsable());