public IEnumerable <FoodTruck> Get()
        {
            var FoodTruck = service.FindAll();

            return(FoodTruck.ToList());
        }