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