public Bike GetWithParts(long id)
 {
     return(bikeRepository.GetBikeWithBikeParts(id));
 }