public function getDirectRefCount($user_id)
 {
     require_once 'getTree.php';
     $Obj_tree = new GetTree();
     $count_ref = $Obj_tree->getDirectRef($user_id);
     return $count_ref;
 }