public function listarTodosProducto()
 {
     $objProductoDao = new ProductoDao();
     return $objProductoDao->selectAllProducto();
 }