public IActionResult GetAllTypes()
 {
     return(Ok(VehicleTypeManager.GetAllTypes(DbContext)));
 }