In my SQL database, I have a table
(Product) ( Item nvarchar(50), Price real )
in my C# winform application, I have a class object of thi