public static function onGetBarById($id)
 {
     echo $id;
     $bars = new Bars();
     $bars->GetBars($id);
 }