public eVehicleStatus CheckIfValidStatusParam(int i_VehicleStatus)
 {
     return(m_Garage.CheckIfValidStatusParam(i_VehicleStatus));
 }