public IEnumerable <Bike> GetBikesOfCurrentProvider(string id) { var res = _bikeRepository.GetBikesOfCurrentProvider(id); return(res); }