public int EliminarEventoDAO(object obj)
 {
     return(EventoDAO.EliminarEvento(obj));
 }