public function postDelete($id)
 {
     $this->flash(PolicySchema::destroy($id));
     return Redirect::route('schema.index');
 }