public function destroy($id)
 {
     User::destroy($id);
     return Redirect::to('/user');
 }