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