public void AddProduct(double Cost, int Amount, string Type) { _valuesManager.AddProduct(Cost, Amount, Type); }