public void FuelStationWork(IFuelable taxi, ushort fuelVollume)
 {
     taxi.FuelUp(fuelVollume);
 }