public void AddItem()
        {
            DownloadUserTweetListForm downloadUserTweetListForm = new DownloadUserTweetListForm(this.userId);

            downloadUserTweetListForm.ShowDialog();
        }