static void Main(string[] args) { Bikeshop2 bs = new Bikeshop2(); bs.BikeDetails("hero","raogdg","2015","red",80000); }