private void CheckinTS_Click(object sender, EventArgs e)
 {
     ClosePrevChildForm();
     CheckIn checkin = new CheckIn();
     checkin.MdiParent = this;
     checkin.Show();
 }