public function disconnect()
 {
     $field = false;
     $network = Get::gReq('network', DOTY_STRING);
     $social = new Social();
     $social->disconnectAccount($network);
     Util::jump_to('index.php?r=lms/elearning/show');
 }