private void label16_Click(object sender, EventArgs e)
 {
     //this.Visible = false;
     Frm_Gurantors F = new Frm_Gurantors();
     F.ShowDialog();
     //this.Visible = true;
     FillGuarantor();
     txtGuaranter.Focus();
 }
 private void guaranToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Frm_Gurantors F = new Frm_Gurantors();
     F.ShowDialog();
 }