public function getIndex()
 {
     return View::make('admin.refill_coupons.index')->with('vouchers', Refillcoupons::getAll());
 }