private void btnViewGifts_Click(object sender, EventArgs e) { //Open View Gifts Form frmViewAssignedGifts ViewGiftForm = new frmViewAssignedGifts(); ViewGiftForm.ShowDialog(); }