public int agregarEventoDAO(object obj)
 {
     return(EventoDAO.AgregarEvento(obj));
 }