// GET: api/Truck
 public int GetCapacity()
 {
     return(TruckBL.GetCapacity());
 }