function mainwp_group_add()
 {
     $this->secure_request('mainwp_group_add');
     MainWP_Manage_Groups::addGroup();
 }