public Event EventSelect(int id_event)
 {
     return(_eventDAL.EventSelect(id_event));
 }