public function getIndex()
 {
     $this->layout->content = View::make('admin.arquivosCorretor')->with('arquivos', Arquivo::all());
 }