private void OnTimesheetInvoiceRenameClick(object sender, EventArgs e) { RenameForm form = new RenameForm(); form.MdiParent = this; form.Show(); }