public void GetDetailsSecond(int idEvent) { _details = EventFilter.FirstOrDefault(x => x.Id == idEvent); }