public string GetBikeName(string name)
 {
     return(bike.GetBikeName(name));
 }