public ProductModel GetProduct(int productID) { return(productMapper.ToModel(productRepository.GetProduct(productID))); }