public void Report(string What, string Where, string About){ l_Report += DateTime.Now.ToString("HH:mm:ss") + "\t" + What + "\t" + Where + "\t" + About + "\r\n";}