public function GetAll()
 {
     $Controller = new Controller();
     $result = $Controller->GetAll($this->_tabla);
     return $result;
 }