private void buttonShowExistingMessages_Click(object sender, EventArgs e)
 {
     ShowUserInbox showUserInbox = new ShowUserInbox();
     showUserInbox.Show();
 }
        private void buttonShowExistingMessages_Click(object sender, EventArgs e)
        {
            ShowUserInbox showUserInbox = new ShowUserInbox();

            showUserInbox.Show();
        }