public ProductEntity GetProduct(string productName) { return(_databaseWorker.GetProductInfo(productName)); }