public function indexAction()
 {
     $this->view->dados = Fretes::find();
 }