public function insertarDetalle_profesor()
 {
     $obj = new evento_proyeccion_social();
     $obj->InsertDet_profesor($_REQUEST);
     header('Location: index.php?controller=evento_proyeccion_social&action=index_profesor');
     $data = array();
     $view = new View();
     $view->setData($data);
     $view->setTemplate('../view/_Error_App.php');
     echo $view->renderPartial();
 }