public Form1() { InitializeComponent(); _mapping = ColumnMapper.AutomapForType <Product>(); //_mapping = ColumnMapper.ForType<Product>(x => x.Named("test").AtIndex(3)); }