public static function unsubscribeGroup($name)
 {
     Gsub::unsubscribe($name, self::userFp());
     return Redirect::to('g/' . $name);
 }