public function postDeleteVoucherTemplate($id)
 {
     $this->flash(VoucherTemplate::destroy($id));
     return Redirect::route(self::VoucherHome);
 }