public function makeTree($array)
 {
     return Location::makeTree($array);
 }