private void loadCommentsFromDB(string date, string user_id) { textBoxComments.Text = DataBaseWorker.LoadComments(date, user_id); textBoxComments.SelectionStart = 0; commentsDone = false; }