private void btnCAdd_Click(object sender, EventArgs e)
        {
            frmEC_CAdd wind = new frmEC_CAdd(this);

            wind.ShowDialog();
        }
 public frmEC_LAdd(frmEC_CAdd temp)
 {
     InitializeComponent();
     link = temp;
     tblshow();
 }