public function delete()
 {
     $input = Input::all();
     Objections::del($input);
     return Redirect::to('objective');
 }