public void AddIntoTable1(int id, string column)
 {
     TestTable1s.Add(new TestTable1CodeFirst {
         Id = id, Column = column
     });
 }