void CopyTable(DatabaseTable table )
 {
 }
 void BtnStartClick(object sender, EventArgs e)
 {
     DatabaseTable table = new DatabaseTable();
 }