public function postDelete($id)
 {
     $this->flash(Plan::destroy($id));
     return Redirect::route(self::HOME);
 }