private void saveCommentsInDB(string date, string user_id) { DataBaseWorker.SaveComments(textBoxComments.Text, date, user_id); }