public static function getLiveriesForLocomotive($Loco) {

        if ($Loco instanceof Locomotive) {
            $Loco = $Loco->id;
        }