public void AddPrimaryKey()
 {
     AddTable();
     Provider.AddPrimaryKey("PK_Test", "Test", "Id");
 }