public function index()
 {
     $materiales = Material::toShow();
     return View::make('materiales/index')->with('materiales', $materiales);
 }