public function editGP()
 {
     $gatewayProfileId = CRUtilities::create_or_update_gateway_profile(Input::all(), true);
     return Redirect::to("gp/browse")->with("message", "Gateway has been created. You can set preferences now.");
 }