public function deleteIntegration($id)
 {
     Integration::destroy($id);
     return Redirect::to('/integrations');
 }