public List <Event> GetList()
 {
     return(_eventDal.GetList());
 }