public ServiceEvent(IEventLogs iEventLogs)
 {
     this.iEventLogs = iEventLogs;
 }
 public EventLogs(IEventLogs iEventLogs)
 {
     this.iEventLogs = iEventLogs;
     ListEventLogs   = new List <Event>();
 }