public IQueryable <Variant> GetVariantsOfModel(string model)
 {
     return(_variantRepository.GetVariantsOfModel(model));
 }