>>227
Productクラスの宣言をMainメソッドの外に出す

例えば
class Program {
static void Main(string[] args) {

}
public class Product {

}
}