public function eliminar(TipoObjetos $tipo)
 {
     $this->tableGateway->delete(array('tipo_objeto_id' => $tipo->getTipoObjetoId()));
 }