static void PersisitToDB(EventLogEntry entr)
 {
     Console.WriteLine(" {0} inserted to DB ", entr.ToString());
 }