public GuitarsViewModel(string style)
 {
     Style   = style;
     Guitars = CatalogService.AllGuitars(style);
 }