public function GetAll()
 {
     $Controller = new Controller();
     return $Controller->GetAllObras();
 }